-
andResGuard {
// mappingFile = file("./resource_mapping.txt")
mappingFile = null
// 当你使用v2签名的时候,7zip压缩是无法生效的。
use7zip = true
useSign = true
// 打开这个开关,会keep住所有资源的原始路径,只混…
-
使用微信混淆过后的apk,直接解压出来的res文件夹被混淆成r/a/...,但使用反编译工具反编译后,res文件夹的路径却是完整显示,就好像设置了keeproot为true。
-
I have another question.
Use version 1.2.3, Output apk didn't have 7zip in name.
xxxxxxxxx_aligned_signed.apk
Use version 1.1.16
xxxxxxxxx_signed_7zip_aligned.apk
What's the difference betwee…
-
您好,我在使用过程中遇到如下的问题:
在Debug模式下,打开了混淆的开关,如下:
`
buildTypes {
debug {
signingConfig signingConfigs.release
minifyEnabled true
proguardFiles getDefaultPr…
-
`08-22 14:36:41.739 27470-27791/com.view.asim.gov E/CrashReport: stack frame :19, has cause true
08-22 14:36:41.762 27470-27791/com.view.asim.gov E/CrashReport: #++++++++++Record By Bugly++++++++++#
…
-
微信资源压缩 AndResGuard :https://github.com/shwenzhang/AndResGuard
可否在build配置中结合AndResGuard ,以便先使用AndResGuard压缩生成apk后再多渠道打包?
[AndResGuard那边Issues]( https://github.com/shwenzhang/AndResGuard/issue…
-
Error:(2, 1) A problem occurred evaluating root project 'new'.
> Plugin with id ' AndResGuard ' not found.
-
使用adb 命令安装会报错:
INSTALL_PARSE_FAILED_NO_CERTIFICATES
-
我们的app比较大,架构方式:业务模块以so的形式存在lib文件夹下,主工程里的资源文件比较少,通过你的这套方案,只能对主工程里的资源做混淆,业务模块的so文件理论上也可以按照这套方式解压并改arsc文件的方式,最后还原为so,这种只通过改后缀还原so的方式不可取吧?apk是通过apktool的方式还原的,so怎么还原呢?
-
![image](https://cloud.githubusercontent.com/assets/20492527/24130664/f43e912a-0e24-11e7-843a-25343a89f117.png)
只有这三个了,打包命令:./gradlew resguardRelease
参数配置:
apply plugin: 'AndResGuard'
andResGuar…