proguard
Proguard Parse Exception Error
Having a problem getting proguard to work. If I try to export an unsigned application the output console throws the following error on[详细]
2023-03-25 10:27 分类:问答How to exclude .so files from proguard?
This is my current proguard config file for my Android project: -optimizationpasses 5 -dontusemixedcaseclassnames[详细]
2023-03-24 12:29 分类:问答Android Proguard with external jar
I\'m have added external jar file to the libs folder of mt project and configure it in the build path.[详细]
2023-03-23 22:55 分类:问答Proguard error during Android project export - System cannot find the specified file
Before I publish an Android app I\'d like to run it through proguard.When attempting to build with progaurd I receive an error:[详细]
2023-03-23 14:23 分类:问答Eclipse export Signed APK fails with SDK 12 and Compatibility LIbrary
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[详细]
2023-03-23 14:11 分类:问答Android, proguard and paypal
Using progua开发者_开发知识库rd the paypal classes are not found ERROR/AndroidRuntime(3200): Caused by: java.lang.NoClassDefFoundError: com.paypal.android.MEP.PayPal[详细]
2023-03-23 09:56 分类:问答Any way to remove logging calls without using ProGuard optimization?
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[详细]
2023-03-22 07:04 分类:问答Using ProGuard with Eclipse (without private key)
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[详细]
2023-03-22 02:09 分类:问答Getting too many Proguard warnings
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[详细]
2023-03-21 16:19 分类:问答When obfuscating with ProGuard, does -keepattributes SourceFile,LineNumberTable make the resulting apk easier to reverse engineer?
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[详细]
2023-03-21 02:57 分类:问答