yGuard icon indicating copy to clipboard operation
yGuard copied to clipboard

Add Android example

Open Fohlen opened this issue 5 years ago • 2 comments

yGuard can be used to obfuscate code that will result in an APK. In order to this one needs to:

  • disable R8 obfuscation and shrinking
  • use yGuard as an extra step in the build file
  • run D8 after yGuard

This has the benefit that yGuard is very extensible and well documented in comparison to R8. Potentially this should be accompanied with a small Hello World app and Android Studio Project file.

Useful information can be found in the Google documentation.

Fohlen avatar Sep 07 '20 12:09 Fohlen

hi, @Fohlen may I know about this android example progress?

unnfajar avatar Mar 10 '21 12:03 unnfajar

@unnfajar unfortunately this ticket didn't make it into 3.0.0. If you are familiar with Android you can probably modify the processing example to make it work.

Fohlen avatar Mar 11 '21 08:03 Fohlen