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

Allows run app from gradle for debugging purposes #3179

Merged
merged 2 commits into from Jul 20, 2023

Conversation

sv99
Copy link
Contributor

@sv99 sv99 commented Jul 20, 2023

In the Idea add gradle execution configuration.

Using:

in the .gitignore exists bin/ and out/ directory. Place apk in the bin/ directory and decoding to the out/ directory.

Configuration for decode use Run: run --args="b -o bin/rebuild.apk out"

Configuration for build use Run: run --args="b -o bin/rebuild.apk out"

In the Main class add printing apk full path if dont find it.

@iBotPeaches iBotPeaches merged commit e3e2a7e into iBotPeaches:master Jul 20, 2023
31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants