Android dx generates bad checksum dex files -


i'm working on project generates java code on-the-fly, , compiles android. funny thing dx.bat generates broken dex file while finishing successfully.

when try dexdump dex, get: error: bad checksum (deadbeef vs deadc0de)

manually playing around --no-optimize or --no-locals solve issue specific compilation. can never know happen next 1 , process should reliable.

btw, manually fixing checksum doesn't fix problem (dexdump crash after dumping data) figure isn't dx checksum calculation bug.

is there known issue? how can further debug?

thanks!

was bug in windows' version of dexdump (and other tools).

will fixed in r11.

see full bug report @ http://code.google.com/p/android/issues/detail?id=14746


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -