-
![qq 20171104104240](https://user-images.githubusercontent.com/6885903/32401606-3f251f0c-c14d-11e7-84be-1b395c851d0e.png)
-
-
如下:
res.getIdentifier("config_showNavigationBar", "bool", "android")
这种方式需要把系统资源加入白名单么?
-
请问使用gradlew resguardRelease会报错
Error:Execution failed for task ':app:resguardRelease'.
> can't the get signConfig for release build
-
试了对我们的apk进行7z压缩,无论通过什么配置,签名后进行7zip压缩生产的apk包都是无法启动的。到签名这一步还是正常的。还看不到有用的崩溃日志,有解吗?
-
目前默认是SHA1,希望切换到SHA256
-
之前还可以的 没有修改andresguard的配置。只是修改了代码,现在打包无法安装提示安装包可能损坏
andResGuard {
mappingFile = null
use7zip = true
useSign = true
keepRoot = false
whiteList = [
…
-
Hey, I used the command line to obfuscate my android res, but when I recompile the @style/ stays the same name as original so if the resource named @style/apptheme to @style/a the layout file still sa…
-
hi.
I have two flavors like (resguardOneRelease, resguardTwoRelease), I want to write some Gradle task to run both in sequence. but any attempt to defeat.
how can I do something like this?
-
java.lang.ArrayIndexOutOfBoundsException
at java.lang.System.arraycopy(Native Method)
at com.tencent.mm.androlib.res.decoder.StringBlock.writeSpecNameStringBlock(StringBlock.java:155)
at com.ten…