Hi I am trying to get proguard running but keep running into problems. I use Eclipse and have a fresh system (Java, Eclipse, everything freshly installed and updated, keystore created new in eclipse)
Export of signed APK works exactly once! On second run (no changes in the code or the configuration) I get an error (see below) This happens on different apps, even newly created with no custom code of mine at all, and on different machines. My project.properties just contain: target=android-7 proguard.config=proguard.cfg my proguard was not touched at all (eclipse default) com.android.ide.eclipse.adt.internal.build.DexException: Conversion to Dalvik format failed with error 1 at com.android.ide.eclipse.adt.internal.build.BuildHelper.executeDx(BuildHelper.java:756) at com.android.ide.eclipse.adt.internal.project.ExportHelper.exportReleaseApk(ExportHelper.java:207) at com.android.ide.eclipse.adt.internal.wizards.export.ExportWizard.doExport(ExportWizard.java:290) at com.android.ide.eclipse.adt.internal.wizards.export.ExportWizard.access$0(ExportWizard.java:229) at com.android.ide.eclipse.adt.internal.wizards.export.ExportWizard$1.run(ExportWizard.java:214) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121) Any help apreciated! Thanks, Stephan -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

