Having a problem getting proguard to work. If I try to export an unsigned application the output console throws the following error on
This is my current proguard config file for my Android project: -optimizationpasses 5 -dontusemixedcaseclassnames
I\'m have added external jar file to the libs folder of mt project and configure it in the build path.
Before I publish an Android app I\'d like to run it through proguard.When attempting to build with progaurd I receive an error:
I\'m trying to export a signed obfuscated version of my Android application and I keep getting this error. I recently added the v4 compatibility library and haven\'t been able to export a signed APK s
Using progua开发者_开发知识库rd the paypal classes are not found ERROR/AndroidRuntime(3200): Caused by: java.lang.NoClassDefFoundError: com.paypal.android.MEP.PayPal
I have a wrapper class for making log calls during development.This makes it easy to turn all logging on or off at any given time (plus some other nifty features).Previously I used a specific ProGuard
I\'ve been trying to see ProGuard in action with my test Android app. Do I need to register as an Android developer and have a key to do that? I know app needs to be built in release mode. I read thes
I am trying to obfuscate my java application that is packed into a SINGEL jar. The application uses SWT gui libaries among others. I have duly listed them all in the Proguard configuration file via -l
I find myself needing more detail in my reported stack traces, but I\'m concerned that by including the extra data (by using -keepattributes SourceFile,LineNumberTable) I\'m making my app even easier