ProGuard is a tool to shrink, optimize, obfuscate, and preverify Java classes.
You know, all subclasses of Fragment must include a public empty constructor but when using proguard these constructors will be …
android constructor fragment proguardI'm very short on time here, so I truly hope someone here has a clue how to fix these: [proguard] …
android proguard obfuscationI'm running ProGuard to shrink my jar file. One of the parameters it needs is the system's runtime jar. This …
java macos proguardToday, I updated my Android Studio to 3.5. After updated, I found below warning when I try to run the app. …
android android-studio proguard androidxI work on a platform which runs Java apps. Those apps are often obfuscated, most of them using ProGuard, which …
java jvm bytecode proguard decompilerI have a problem that Proguard strips out methods of my debug APK (I need to run proguard on debug …
android unit-testing proguardI find myself needing more detail in my reported stack traces, but I'm concerned that by including the extra data (…
java android proguardAssuming I need to apply the same rules for both an application project and a library project on which it …
android proguard android-libraryI got a stacktrace from the crashreporting system and it is obfuscated, like ... Failed resolution of: Lru/test/c/b/…
android proguard obfuscation deobfuscationIs there an explicit way to stop ProGuard from changing a class from implementing an interface? I have a class …
java android proguard serializable