当前位置: 代码迷 >> Android >> 帮忙分析一下子原因
  详细解决方案

帮忙分析一下子原因

热度:45   发布时间:2016-05-01 10:44:08.0
帮忙分析一下原因
本帖最后由 flydream0 于 2011-12-23 15:40:56 编辑
现象:模拟器启动时一直停在显示android那几个字样不动.
logcat之后得到以下内容:

D/AndroidRuntime(  403): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime(  403): CheckJNI is ON
I/dalvikvm(  403): DexOpt: mismatch dep signature for '/system/framework/framework.odex'
E/dalvikvm(  403): /system/framework/android.policy.jar odex has stale dependencies
I/dalvikvm(  403): Zip is good, but no classes.dex inside, and no valid .odex file in the same directory
D/dalvikvm(  403): Unable to process classpath element '/system/framework/android.policy.jar'
I/dalvikvm(  403): DexOpt: Some deps went away
E/dalvikvm(  403): /system/framework/services.jar odex has stale dependencies
I/dalvikvm(  403): Zip is good, but no classes.dex inside, and no valid .odex file in the same directory
D/dalvikvm(  403): Unable to process classpath element '/system/framework/services.jar'
I/dalvikvm(  403): DexOpt: mismatch dep signature for '/system/framework/framework.odex'
E/dalvikvm(  403): /system/framework/apache-xml.jar odex has stale dependencies
I/dalvikvm(  403): Zip is good, but no classes.dex inside, and no valid .odex file in the same directory
D/dalvikvm(  403): Unable to process classpath element '/system/framework/apache-xml.jar'
I/dalvikvm(  403): DexOpt: mismatch dep signature for '/system/framework/framework.odex'
E/dalvikvm(  403): /system/framework/filterfw.jar odex has stale dependencies
I/dalvikvm(  403): Zip is good, but no classes.dex inside, and no valid .odex file in the same directory
D/dalvikvm(  403): Unable to process classpath element '/system/framework/filterfw.jar'
E/JNIHelp (  403): Native registration unable to find class 'com/android/server/Watchdog', aborting
F/libc    (  403): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1)
I/DEBUG   (   33): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG   (   33): Build fingerprint: 'Android/full/generic:4.0.1/ITL41D/eng.arthur.20111222.154959:eng/test-keys'
I/DEBUG   (   33): pid: 403, tid: 403  >>> zygote <<<
I/DEBUG   (   33): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr deadbaad
I/DEBUG   (   33):  r0 deadbaad  r1 00000001  r2 a0000000  r3 00000000
I/DEBUG   (   33):  r4 00000000  r5 00000027  r6 0000f2c0  r7 00000001
I/DEBUG   (   33):  r8 4018f678  r9 40178fe2  10 00009040  fp 00009050
  相关解决方案