Android Project Failed To Export Apk After Proguard Obfuscate
Using Android SDK Tools R15 and ADT 15 with Eclipse. But I'm stuck by Conversion to Dalvik format failed with error 1 when export the project to apk file with proguard on(It runs s
Solution 1:
This question has been asked several times before:
- Conversion to Dalvik format failed with error 1 Solution?
- Eclipse gives “Conversion to Dalvik format failed” while ant works
- Android SDK tools revision 12 has problem with Proguard
- “Conversion to Dalvik format failed with error 1” on external Jar
Chances are the problem will go away if you update the old version of proguard.jar in the Android SDK with the latest version (4.6 or 4.7) from the official ProGuard site at Sourceforge.
Post a Comment for "Android Project Failed To Export Apk After Proguard Obfuscate"