Re: [android-developers] dex issues with Latest SDK

2013-11-01 Thread Dan
Thanks for the hint. I had a mismatched project.properties target= value and AndroidManifest.xml SdkValue combo which was apparently harmless before, but now seems to cause the dexopt to try to use both versions of the platform jar. On Thursday, October 31, 2013 10:26:18 PM UTC-4, Brad OHearne

[android-developers] dex issues with Latest SDK

2013-10-31 Thread Dan
So, I upgraded my SDK today and tried to rebuild all my stuff (command line from scons file.) First 2 projects went fine, the 3rd is now failing with: [dex] Converting compiled files and external libraries into /snip.../bin/classes.dex... [dx] [dx] UNEXPECTED TOP-LEVEL EXCEPTION: [dx]

Re: [android-developers] dex issues with Latest SDK

2013-10-31 Thread Bradley O'Hearne
On Oct 31, 2013, at 2:56 PM, Dan dan.schm...@gmail.com wrote: So, I upgraded my SDK today and tried to rebuild all my stuff (command line from scons file.) First 2 projects went fine, the 3rd is now failing with: [dex] Converting compiled files and external libraries into