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 · 2 comments
Open

Add Android example #66

Fohlen opened this issue Sep 7, 2020 · 2 comments
Labels
difficulty:beginner Tasks suited especially for beginners. No prior knowledge required. enhancement New feature or request good first issue Good for newcomers Hacktoberfest Get hacking!

Comments

@Fohlen
Copy link
Member

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 enhancement New feature or request good first issue Good for newcomers Hacktoberfest Get hacking! difficulty:beginner Tasks suited especially for beginners. No prior knowledge required. labels Sep 7, 2020
@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
@unnfajar
Copy link

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

@Fohlen
Copy link
Member Author

Fohlen commented Mar 11, 2021

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty:beginner Tasks suited especially for beginners. No prior knowledge required. enhancement New feature or request good first issue Good for newcomers Hacktoberfest Get hacking!
Projects
None yet
Development

No branches or pull requests

2 participants