2013-10-22 1 views
0

내 Android 패키지를 실행하면 logcat에서 이러한 종류의 오류가 발생합니다.WirelessOnlinePath를 찾을 수 없습니다. batteryVoltagePath를 찾을 수 없습니다. batteryTemperaturePath가 android에 오류가 없습니다.

10-22 04:37:02.863: E/BatteryService(290): usbOnlinePath not found 
10-22 04:37:02.863: E/BatteryService(290): wirelessOnlinePath not found 
10-22 04:37:02.873: E/BatteryService(290): batteryVoltagePath not found 
10-22 04:37:02.873: E/BatteryService(290): batteryTemperaturePath not found 
10-22 04:37:03.043: E/PowerManagerService-JNI(290): Couldn't load power module (No such file or directory) 
10-22 04:37:03.363: E/SurfaceFlinger(37): ro.sf.lcd_density must be defined as a build property 
10-22 04:37:09.154: E/SoundPool(290): error loading /system/media/audio/ui/Lock.ogg 
10-22 04:37:09.154: E/SoundPool(290): error loading /system/media/audio/ui/Unlock.ogg 
10-22 04:37:09.553: E/EventHub(290): could not get driver version for /dev/input/mouse0, Not a typewriter 
10-22 04:37:09.553: E/EventHub(290): could not get driver version for /dev/input/mice, Not a typewriter 
10-22 04:37:09.713: E/Trace(290): error opening trace file: No such file or directory (2) 
10-22 04:37:10.793: E/CommandListener(34): Failed to open /proc/sys/net/ipv6/conf/wlan0/disable_ipv6: No such file or directory 
10-22 04:37:10.824: E/WifiStateMachine(290): Failed to disable IPv6: java.lang.IllegalStateException: command '1 interface ipv6 wlan0 disable' failed with '400 1 Failed to change IPv6 state (No such file or directory)' 
10-22 04:37:10.903: E/MobileDataStateTracker(290): default: Ignoring feature request because could not acquire PhoneService 
10-22 04:37:10.903: E/MobileDataStateTracker(290): default: Could not enable APN type "default" 
10-22 04:37:13.633: E/Trace(349): error opening trace file: No such file or directory (2) 
10-22 04:37:15.443: E/ThrottleService(290): problem during onPollAlarm: java.lang.IllegalStateException: problem parsing stats: java.io.FileNotFoundException: /proc/net/xt_qtaguid/iface_stat_all: open failed: ENOENT (No such file or directory) 
10-22 04:37:16.323: E/Trace(377): error opening trace file: No such file or directory (2) 
10-22 04:37:16.603: E/Trace(391): error opening trace file: No such file or directory (2) 
10-22 04:37:17.134: E/Trace(405): error opening trace file: No such file or directory (2) 
10-22 04:37:18.523: E/SurfaceFlinger(37): ro.sf.lcd_density must be defined as a build property 
10-22 04:37:19.173: E/BluetoothAdapter(349): Bluetooth binder is null 
10-22 04:37:19.173: E/BluetoothAdapter(349): Bluetooth binder is null 
10-22 04:37:20.363: E/Trace(430): error opening trace file: No such file or directory (2) 
10-22 04:37:22.823: E/BluetoothAdapter(349): Bluetooth binder is null 
10-22 04:37:22.903: E/ActivityThread(377): Failed to find provider info for com.android.inputmethod.latin.dictionarypack 
10-22 04:37:22.924: E/BinaryDictionaryGetter(377): Could not find a dictionary pack 
10-22 04:37:24.193: E/Trace(453): error opening trace file: No such file or directory (2) 
10-22 04:37:24.543: E/Trace(460): error opening trace file: No such file or directory (2) 
10-22 04:37:25.643: E/BluetoothAdapter(391): Bluetooth binder is null 
10-22 04:37:28.753: E/SoundPool(290): error loading /system/media/audio/ui/Effect_Tick.ogg 
10-22 04:37:28.753: E/SoundPool(290): error loading /system/media/audio/ui/Effect_Tick.ogg 
10-22 04:37:28.753: E/SoundPool(290): error loading /system/media/audio/ui/Effect_Tick.ogg 
10-22 04:37:28.763: E/SoundPool(290): error loading /system/media/audio/ui/Effect_Tick.ogg 
10-22 04:37:28.763: E/SoundPool(290): error loading /system/media/audio/ui/Effect_Tick.ogg 
10-22 04:37:28.763: E/SoundPool(290): error loading /system/media/audio/ui/KeypressStandard.ogg 
10-22 04:37:28.773: E/BluetoothAdapter(290): Bluetooth binder is null 
10-22 04:37:28.793: E/BluetoothAdapter(290): Bluetooth binder is null 
10-22 04:37:28.803: E/SoundPool(290): error loading /system/media/audio/ui/KeypressSpacebar.ogg 
10-22 04:37:28.803: E/SoundPool(290): error loading /system/media/audio/ui/KeypressDelete.ogg 
10-22 04:37:28.803: E/SoundPool(290): error loading /system/media/audio/ui/KeypressReturn.ogg 

그러나 내 앱이 정상적으로 실행 중입니다. PLZ가 이런 종류의 오류가 발생하는 이유와 해결 방법을 설명 할만큼 충분히 친절 할 수 있습니까?

고지 사전

답변

1

AVD가 손상되었을 수 있습니다. 새로운 앱을 만들고 앱을 실행 해보십시오.

+0

나는 시도했다. 하지만 운이 없다 : ( – Rose18

+0

나는 에뮬레이터를 5 개 더 만들었지 만 결과는 같았다. (내 에뮬레이터는 4.2 버전이다.) – Rose18

+0

Bummer. 나는 그 오류를 한 번 만 겪었고 새로운 AVD가 나를 위해 해냈다. –

관련 문제