On Jul 16, 5:29 am, jianhai yang <[email protected]> wrote: > E/dalvikvm( 1045): ERROR: bad checksum (07818e96, expected 4c4d8f58) > E/dalvikvm( 1045): ERROR: Byte swap + verify failed > E/dalvikvm( 1045): Optimization failed > W/dalvikvm( 1041): DexOpt: --- END 'ext.jar' --- status=0xff00, process failed > E/dalvikvm( 1041): Unable to extract+optimize DEX from > '/system/framework/ext.jar'
The checksum on the classes.dex in jar file didn't match. Could be a corrupted ext.jar. If it matches what's on your build machine, then what's on your build machine must be bad. You can run the host version of "dexdump" on the core.jar or ext.jar in your "out" directory to verify the checksum there. --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [email protected] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
