[android-developers] Proguard fails on second run with Conversion to Dalvik format failed with error 1

2012-01-09 Thread Stephan Wiesner
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

Re: [android-developers] Proguard fails on second run with Conversion to Dalvik format failed with error 1

2012-01-09 Thread Nikolay Elenkov
On Mon, Jan 9, 2012 at 7:59 PM, Stephan Wiesner testexpe...@googlemail.com wrote: 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

Re: [android-developers] Proguard fails on second run with Conversion to Dalvik format failed with error 1

2012-01-09 Thread Peeyush Varshney
just call given below line and comment previous one in given location \tools\proguard\bin #call %java_exe% -jar %PROGUARD_HOME%\lib\proguard.jar %* call %java_exe% -jar %PROGUARD_HOME%\lib\proguard.jar %1 %2 %3 %4 %5 %6 %7 %8 %9 On Mon, Jan 9, 2012 at 4:29 PM, Stephan Wiesner