안녕하세요 안드로이드 이제 공부하기 시작한 사람입니다.

 

먼저 질문..

 

이전에 app 을 만들어서 폰에 올리면 잘 돌아갔는데 어느시점 부터 app 을 만들면 초기화때 wait for debugger 팝업창이 뜹니다.

이후에 그 apk 파일을 폰에 올리면 "구문분석오류" 라고 뜨면서 실행이 되지 않네요.

sdk 를 다시 깔고 이클립스도 다시 깔아보고 lib 도 다시 받아 봤는데 동일했습니다.

 

아래는 아무런 코드 없이 default 로 프로젝트 만들어서 실행했을때 나오는 error 이구요.

 

무엇이 잘못된 걸까요???   꼭 답변 부탁드릴께요

 

04-27 02:59:58.814: ERROR/Zygote(33): setreuid() failed. errno: 2
04-27 03:00:09.166: ERROR/Zygote(33): setreuid() failed. errno: 17
04-27 03:00:10.565: ERROR/BatteryService(61): usbOnlinePath not found
04-27 03:00:10.565: ERROR/BatteryService(61): batteryVoltagePath not found
04-27 03:00:10.565: ERROR/BatteryService(61): batteryTemperaturePath not found
04-27 03:00:10.585: ERROR/SurfaceFlinger(61): Couldn't open /sys/power/wait_for_fb_sleep or /sys/power/wait_for_fb_wake
04-27 03:00:10.784: ERROR/SensorService(61): couldn't open device for module sensors (Invalid argument)
04-27 03:00:17.505: ERROR/System(61): Failure starting core service
04-27 03:00:17.505: ERROR/System(61): java.lang.SecurityException
04-27 03:00:17.505: ERROR/System(61):     at android.os.BinderProxy.transact(Native Method)
04-27 03:00:17.505: ERROR/System(61):     at android.os.ServiceManagerProxy.addService(ServiceManagerNative.java:146)
04-27 03:00:17.505: ERROR/System(61):     at android.os.ServiceManager.addService(ServiceManager.java:72)
04-27 03:00:17.505: ERROR/System(61):     at com.android.server.ServerThread.run(SystemServer.java:206)
04-27 03:00:17.554: ERROR/EventHub(61): could not get driver version for /dev/input/mouse0, Not a typewriter
04-27 03:00:17.554: ERROR/EventHub(61): could not get driver version for /dev/input/mice, Not a typewriter
04-27 03:00:18.295: ERROR/SoundPool(61): error loading /system/media/audio/ui/Effect_Tick.ogg
04-27 03:00:18.315: ERROR/SoundPool(61): error loading /system/media/audio/ui/KeypressStandard.ogg
04-27 03:00:18.315: ERROR/SoundPool(61): error loading /system/media/audio/ui/KeypressSpacebar.ogg
04-27 03:00:18.336: ERROR/SoundPool(61): error loading /system/media/audio/ui/KeypressDelete.ogg
04-27 03:00:18.336: ERROR/SoundPool(61): error loading /system/media/audio/ui/KeypressReturn.ogg
04-27 03:00:18.425: ERROR/UsbObserver(61): java.lang.NullPointerException
04-27 03:00:18.425: ERROR/UsbObserver(61):     at com.android.server.UsbObserver.init(UsbObserver.java:131)
04-27 03:00:18.425: ERROR/UsbObserver(61):     at com.android.server.UsbObserver.<init>(UsbObserver.java:65)
04-27 03:00:18.425: ERROR/UsbObserver(61):     at com.android.server.ServerThread.run(SystemServer.java:402)
04-27 03:00:19.555: ERROR/ThrottleService(61): Could not open GPS configuration file /etc/gps.conf
04-27 03:00:20.625: ERROR/logwrapper(133): executing /system/bin/tc failed: No such file or directory
04-27 03:00:20.705: ERROR/logwrapper(135): executing /system/bin/tc failed: No such file or directory
04-27 03:00:20.805: ERROR/logwrapper(138): executing /system/bin/tc failed: No such file or directory