BlackObfuscator-ASPlugin
BlackObfuscator-ASPlugin copied to clipboard
This project is an Android Studio plugin version of BlackObfuscator, it supports obfuscating code automatically. More information about this project are in BlackObfuscator.
encode string after obfuscation
环境是: [Android Studio Electric Eel Canary 8](https://androidstudio.googleblog.com/2022/07/android-studio-electric-eel-canary-8.html) JDK17 Gradle7.5-rc5 以下是日志 ``` Configuration cache state could not be cached: field 'actions' from type 'com.android.build.gradle.internal.tasks.DexMergingTask': error writing value of type 'java.util.ArrayList' >...
``` classpath 'com.android.tools.build:gradle:4.0.1' classpath "com.github.CodingGay:BlackObfuscator-ASPlugin:3.4" distributionUrl=https\://services.gradle.org/distributions/gradle-6.8-bin.zip ``` log: ``` > Configure project :app Warning: The 'kotlin-android-extensions' Gradle plugin is deprecated. Please use this migration guide (https://goo.gle/kotlin-android-extensions-deprecation) to start working with...
After the launch, the application crashes. Android 6. apply plugin: 'top.niunaijun.blackobfuscator' BlackObfuscator { enabled false depth 2 obfClass = ["com.test.string.MainActivity"] `java.lang.RuntimeException: Unable to start activity ComponentInfo{com.test.string/com.test.string.MainActivity}: java.lang.RuntimeException: d2j fail translate:...
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...
`getMappingFile` is deprecated from AGP 3.6.0 (frist stable version comes Feb 2020, frist alpha version comes May 2019). It's not a big deal, only warning logs show every time on...
大神,您好,每次生成后的内容都是一样的混淆,可否随机生成混淆的结果?
java.lang.RuntimeException: d2j fail translate: java.lang.RuntimeException: Method code too large! whenever i click button its crash app and get this error in logcat its look like its a bug in dex2jar...
BlackObfuscator-ASPlugin 什么时候支持library工程 @nnjun @wukaicheng @zhuyouyongbm
FAILURE: Build failed with an exception. * What went wrong: Configuration cache state could not be cached: field `sdkComponents$delegate` of `com.android.build.gradle.internal.dsl.ApplicationExtensionImpl$AgpDecorated` bean found in field `$extension` of `com.android.build.gradle.internal.tasks.factory.BootClasspathConfigImpl$1` bean found...