Every once in a while an emulator image would hang while booting and simply repeat the following in the logcat: 08-31 11:47:51.839: DEBUG/AndroidRuntime(1134): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<< 08-31 11:47:51.850: DEBUG/AndroidRuntime(1134): CheckJNI is ON 08-31 11:47:51.960: DEBUG/AndroidRuntime(1134): --- registering native functions --- 08-31 11:47:52.050: ERROR/JNIHelp(1134): Native registration unable to find class 'android/util/FloatMath' 08-31 11:47:52.050: ERROR/AndroidRuntime(1134): Unable to register all android natives 08-31 11:47:52.070: INFO/ServiceManager(28): service 'media.audio_flinger' died 08-31 11:47:52.070: INFO/ServiceManager(28): service 'media.player' died 08-31 11:47:52.070: INFO/ServiceManager(28): service 'media.camera' died 08-31 11:47:52.070: INFO/ServiceManager(28): service 'media.audio_policy' died 08-31 11:47:52.509: INFO/(1135): ServiceManager: 0xacd0 08-31 11:47:52.509: DEBUG/AudioHardwareInterface(1135): setMode(NORMAL) 08-31 11:47:52.509: INFO/CameraService(1135): CameraService started: pid=1135 08-31 11:47:52.519: INFO/AudioFlinger(1135): AudioFlinger's thread 0xb3f0 ready to run
The class mentioned by 'Native registration unable to find class '...' is always different but always seems to be a core part of Android. When one avd goes bad like this, other avd's based on the same platform version still work fine. Restarting the avd with wipe data does no good. The only way to deal with it is to delete the avd and recreate it. Does anyone else see this? It's very annoying to have to stop and recreate the avd. Roger -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en