yWorks / yGuard

The open-source Java obfuscation tool working with Ant and Gradle by yWorks - the diagramming experts

Home Page:https://yworks.github.io/yGuard/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to obfuscate .apk with this tool?

Dazmed707 opened this issue · comments

Tutorial for obfuscate apk?
support for apk files?

Hi, I'm not exactly sure this question makes sense. How do you produce your APK?

According to Android Studio, the gradle plugin already performs obfuscation and shrinking via the R8 compiler. In this case, running yGuard is unnecessary.

If you produce your APK in a different way you could study the processing example for inspiration.