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

can't generate Signed Apk (release ver) #13

Open
Martin102000 opened this issue Mar 28, 2022 · 5 comments
Open

can't generate Signed Apk (release ver) #13

Martin102000 opened this issue Mar 28, 2022 · 5 comments

Comments

@Martin102000
Copy link

hi i'm using last version of android studio and last version of blackobfs ASP (3.7)

this only happens with relase ver. with debug mode it works fine

this is the build log
LogBLACK.txt

image
image
image

@nnjun
Copy link
Member

nnjun commented Mar 28, 2022

Step 1. Configure your build.gradle (in top level directory)
repositories {
...
maven { url 'https://jitpack.io' }
}
dependencies {
...
classpath "com.github.CodingGay:BlackObfuscator-ASPlugin:3.7"
}

@Martin102000
Copy link
Author

Martin102000 commented Mar 28, 2022

yes. i already had that in my build config!

anyway.. the same error appears.
this is my build.gradle

image

@Martin102000
Copy link
Author

image

@nnjun
Copy link
Member

nnjun commented Mar 29, 2022

image

Try to avoid unimportant classes

@Martin102000
Copy link
Author

that isn't the problem because I'm just having trouble with Signed version. in Debug apk everything works fine!

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

No branches or pull requests

2 participants