BlackObfuscator-ASPlugin icon indicating copy to clipboard operation
BlackObfuscator-ASPlugin copied to clipboard

can't generate Signed Apk (release ver)

Open Martin102000 opened this issue 3 years ago • 5 comments

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

Martin102000 avatar Mar 28 '22 02:03 Martin102000

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" }

nnjun avatar Mar 28 '22 03:03 nnjun

yes. i already had that in my build config!

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

image

Martin102000 avatar Mar 28 '22 04:03 Martin102000

image

Martin102000 avatar Mar 28 '22 17:03 Martin102000

image

Try to avoid unimportant classes

nnjun avatar Mar 29 '22 17:03 nnjun

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

Martin102000 avatar Mar 30 '22 02:03 Martin102000