ProGuard is a tool to shrink, optimize, obfuscate, and preverify Java classes.
I am developing a payment processing app for Android, and I want to prevent a hacker from accessing any resources, …
android security proguard reverse-engineeringAccording to Google, I must "deactivate any calls to Log methods in the source code" before publishing my Android app …
android logging proguard android-logMost app developers will integrate some third party libraries into their apps. If it's to access a service, such as …
android reverse-engineering proguard api-keyThis is my first project in Android Studio, and the code of my apps are not obfuscated. Im using this …
android android-studio proguardI get following error when I was running an app within Android Studio 2. Gradle tasks [:app:assembleDebug] Could not determine …
android proguard crashlyticsI have my class ClassMultiPoint with subclasses. public class ClassMultiPoints { public String message; public List<ClassPoints> data; public …
java android proguard obfuscationThe new documentation on ProGuard for Android says to add a line to the default.properties file in the project …
android eclipse proguard obfuscationI want to exclude some file paths from ProGuard. Example com.myapp.customcomponents How can I do this? I hate …
android proguardIn Android Studio, where are the ProGuard mapping files generated after compiling a signed APK? I'm not sure if it …
android android-studio apk proguardSo, I'm TRYING to release some software but Proguard is giving me a headache. When I try to export using …
android proguard