-
gradle中执行dos命令那步出现问题:
java.io.IOException: Cannot run program "D:\Program": CreateProcess error=2, ?????????
在windows系统中一般都安装在program file目录,目录中包含了空格。导致jdk和7zip执行通过不了。
需要要路径前后加上\"引起来。
-
如何通过As里面的命令行,生成一个混淆的apk啊
运行andresguard/generate的gradle任务,可以得到资源混淆的安装包
这句没看懂
-
在运行gradle中andresguard/generate时
报了下面这两个错误:
an not find the compress dataresFile=res/anim/slide_top_out.xml
can not find res file, you delete it? path: resFile=/Users/liudan/work/xx/build/outputs/apk/…
-
用最简单的方式成功生成了未签名的APK后,该APK无法安装。豌豆荚提示安装失败原因是“该应用签名有问题,无法安装”。我都没有做签名,为什么会这么提示。麻烦帮忙解决下,谢谢了。
-
用了andresguard说找不到Task andresguardnot found in root project 'XXXX'.不能build完成之后自己就开始资源混淆么?我们的工程用了多渠道,并且自定义了apk的输出目录,还有就是使用的是jenkins自动化构建。即使上面的task不报错,但是能找到我的apk在哪么?我目前正在写jenkins的build插件。今天来github看看发现已经有…
-
Unable to instantiate activity ComponentInfo{com.xxx.xxx/com.xxx.xxx.xxx.xxx.WalletActivity}: java.lang.ClassNotFoundException: Didn't find class "com.xxxx.xxx.xxx.xxx.WalletActivity" on path: DexPath…
-
在运行gradle中andresguard/generate时
报了下面这两个错误:
an not find the compress dataresFile=res/anim/slide_top_out.xml
can not find res file, you delete it? path: resFile=/Users/liudan/work/xx/build/outputs/apk/…
-
can not find the compress dataresFile=res/drawable/setup_steps_instruction_circle_shape.xml
can not find res file, you delete it? path: resFile=/Users/yy/AndroidStudioProjects/AndResGuard-master/app-r…
-
hi,
使用brew install p7zip编译安装的 7z
7za已经躺在/usr/local/bin目录下了,terminal已经可以直接调用7za
Android Studio中调用generate,可以生成app-rlease_signed.apk包
然后使用7z打包的时候,报错如下
```
general unsigned apk: app-release_unsigned.apk…
-
混淆一个很小的apk,是xposed模块,没有activity,发生错误如下
special configFile file path: D:\AndResGuard\config.xml
special output directory path: D:\AndResGuard\outapk
resourceprpguard begin
reading config file, D:\AndR…