Toast mtoast;
 String route,depar,desti;
 int atfirst,atthelast,nowis;
 ArrayAdapter<CharSequence> listdata;
 ArrayList<MyItem> objdata;
 ArrayList<MyItem> arItem;
 AnimationDrawable mAni;
 TextView routeID;
 
 LocationManager mLocMan;
 PendingIntent mPending;

위와 같이 onCreate 밖에다 선언해주었는데 이중에 충돌이 일어날만한게 있나요???
이상하게 

 LocationManager mLocMan;
 PendingIntent mPending;

이거 두개만 넣으면 강제종료되네요 ㅜㅜ