Top "Proguard" questions

ProGuard is a tool to shrink, optimize, obfuscate, and preverify Java classes.

Android ProGuard return Line Number

Is there a way to get ProGuard to return a line number where the crash happened? I can use retrace …

java android apk proguard
ProGuard with Android: java.lang.NoSuchMethodError: android.util.Xml.asAttributeSet

My app runs normally when ProGuard is disabled. After ProGuard is enabled, the app is exported into apk and installed …

android proguard nosuchmethoderror