Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Android example #66

Open
Fohlen opened this issue Sep 7, 2020 · 0 comments
Open

Add Android example #66

Fohlen opened this issue Sep 7, 2020 · 0 comments

Comments

@Fohlen
Copy link
Member

@Fohlen Fohlen commented Sep 7, 2020

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 Fohlen added this to To do in 3.0 release Sep 16, 2020
@Fohlen Fohlen moved this from To do to In progress in 3.0 release Sep 28, 2020
@Fohlen Fohlen moved this from In progress to To do in 3.0 release Sep 28, 2020
@Fohlen Fohlen removed this from To do in 3.0 release Sep 28, 2020
@Fohlen Fohlen added this to To do in 3.0 release Oct 27, 2020
@Fohlen Fohlen moved this from To do to In progress in 3.0 release Oct 29, 2020
@Fohlen Fohlen removed this from In progress in 3.0 release Oct 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.