Re : Re: [android-developers] Proguard configuration and Paypal

2011-07-27 Thread arnouf
Yes it works without proguard. I use proguard in command line with : java -jar $PROGUARD_HOME/lib/proguard.jar -injars $PROJECT_FOLDER/bin/classes -outjar $PROJECT_FOLDER/bin/obfuscated.jar -libraryjars $ANDROID_JAR:$PROJECT_FOLDER/thirds/PayPal_MPL_1.5.jar @$PROJECT_FOLDER/proguard.cfg My

Re : Re: [android-developers] Proguard configuration and Paypal

2011-07-27 Thread arnouf
Ok, so after a long pair of test, I think that the problem is not due to proguard, but to dx :( If somebody knows this issue, let me know. The goal is to build my app in command line only (not eclipse or ant) -- You received this message because you are subscribed to the Google Groups Android

Re : Re: [android-developers] Proguard configuration and Paypal

2011-07-27 Thread arnouf
Ok so I found the solution : it was no proguard but two issues in dx and apkbuilder ! -- 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 unsubscribe from this group,