Closed danosipov closed 10 years ago
I've seen this with Build Tools version 19, currently downgraded and it behaves normally again. I wonder, if this is issue with Build Tools itself, or with how it is used by plugin?
Any news on this? I've tried 0.7.1-SNAPSHOT, also with some updates like increased memory, updated proguard or ddmlib to latest versions, still random failures with BT 19. Any idea of how to debug it? Or maybe report it upstream?
edit:
downgrading only build tools to 18.1.1 from release 19, leaving platform tools on 19 and tools on 22.3 and platform on 19 works.
edit2:
can https://code.google.com/p/android/issues/detail?id=61710 be related? It's not "excess write of" but "BufferOverflowException", but still seems close, as in both cases it tries to write too many bytes
Works with 19.0.1
Appears to work for me too. Closing.
I keep hitting this error at random - ie running "sbt clean start" repeatedly eventually resolves it:
The issue is outside the plugin, thrown by the Android dexer (https://android.googlesource.com/platform/dalvik2/+/master/dx/src/com/android/dx/dex/file/DexFile.java), but why would it be fed different input if nothing in the project has changed between runs?