[android-developers] Re: Conversion to Dalvik format failed with error 1 [PROGUARD]

2011-11-15 Thread Michael A.
Did you ever find a solution to this problem? I've been getting what seems to be exactly the same issue ever since moving to ADT14/15 on my windows machine. I can sign on my Linux laptop, but nothing I do seems to work on Windows. -- You received this message because you are subscribed to the

[android-developers] Re: Conversion to Dalvik format failed with error 1 [PROGUARD]

2011-11-15 Thread Michael A.
Correction: Removing Proguard works to allow an export of the APK, but that is of course entirely useless. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] Re: Conversion to Dalvik format failed with error 1 [PROGUARD]

2011-11-15 Thread Michael A.
Doh! And of course, right after posting this I finally found the issue. If you look in Proguard.bat, you will find the following line: call %java_exe% -jar %PROGUARD_HOME%\lib\proguard.jar %* Replace it with the following: call %java_exe% -jar %PROGUARD_HOME%\lib\proguard.jar %1 %2 %3 %4 %5