apktool b -f pydroid/ -o pydroid.apk
打包时出现 brut.common.BrutException: Could not extract resource: /prebuilt/linux/aapt_64 (defaulting to $PATH binary)和brut.androlib.AndrolibException: brut.common.BrutException: could not exec错误
求解决方法
关注
码龄 粉丝数 原力等级 --
- 被采纳
- 被点赞
- 采纳率
已结题
apktool错误brut.androlib.AndrolibException: brut.common.BrutException: could not exec
收起
- 写回答
- 好问题 0 提建议
- 关注问题
微信扫一扫点击复制链接分享
- 邀请回答
- 编辑 收藏 删除
- 收藏 举报
0条回答 默认 最新
报告相同问题?
提交
- 2020-03-20 21:40scimence的博客 brut.androlib.AndrolibException: brut.common.BrutException: could not exec: 中间还有很多,,,此处省略 2、打包异常原因: 此条cmd命令太长,超出windows允许的命令行长度,无法执行。 3、修复方法:...
- newHung的博客 brut.androlib.AndrolibException: brut.common.BrutException: could not exec #1376 Information Version: 2.2.1 OS: Linux APK From: Playstore Stacktrace/Logcat W: /tmp/base/...
- 2022-06-22 11:38Ueming的博客 brut.androlib.AndrolibException: brut.common.BrutException: could not exec (exit code = 1): [C:\Users\ADMINI~1\AppData\Local\Temp\brut_util_Jar_7323532419295165375.tmp, p, --forced-package-id, 127, --...
- 2022-03-23 16:05nomandia的博客 brut.common.BrutException: could not exec (exit code = 1)
- anker心态的博客 android killer Exception in thread “main” brut.androlib.AndrolibException: 下载最新apktool.jar 替换并重命名为ShakaApktool.jar 退出重启
- 2018-05-21 15:21liluo1015的博客 打包反编译时报错,Exception in ... brut.androlib.AndrolibException: brut.androlib.AndrolibException: brut.common.BrutException: could not exec (exit code = 1): [C:\Users\lyhd\AppData\Local\Temp\brut_...
- 2023-09-13 15:31
Exception in thread “main“ brut.androlib.exceptions.AndrolibException: brut.directory.DirectoryExcep
Hkz74的博客 在进行apk反编译过程中,将apktool工具下载之后,然后新建文本文档,复制下面的脚本文件并保存,然后将文本文档改为.bat文件。解决的方法就是将反编译之后的路径不要设置在当前路径,则能够解决该问题。 - 2019-03-27 22:18夜空中最亮de星88的博客 解决:官网(http://ibotpeaches.github.io/Apktool/ )下载最新的apktool工具,重命名一下在运行就okl啦(抛出的是io异常,也不知道是什么鬼) 之后的反编译过程可以参考...
- 2019-09-25 14:06denghe4720的博客 Exception in thread "main" brut.androlib.AndrolibException: Could not decode arsc file at brut.androlib.res.decoder.ARSCDecoder.decode(ARSCDecoder.java:56) 解决方法: 1、从 apktool...
- 拭心的博客 使用APKtool工具反编译APK老是提示...Exception in thread "main" brut.androlib.AndrolibException: Could not decode ars c file at brut.androlib.res.decoder.ARSCDecoder.decode(ARSCDecoder.java:56) at brut.
- 2015-05-26 18:17weixin_34407348的博客 Exception in thread "main" brut.androlib.AndrolibException: brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [/tmp/brut_util_Jar_7329934395291017709.tmp, p, -...
- 2017-03-02 10:05tangxl2008008的博客 apktool反编译时,提示如下错误: Exception in thread "main" brut.androlib.AndrolibException: Could not decode arsc file 出现该问题,一般是“apktool.jar”的版本太老了。 到“apktool”官网下载...
- 2016-07-19 16:15DevYuan的博客 Linux下使用apktool打包apk报brut.androlib.AndrolibException
- 2016-08-14 17:04u011882998的博客 apktool反编译bug
- 2016-06-13 15:42
linux下打包出现brut.common.BrutException: could not exec command: [/tmp/brut_util_Jar_22418586694498,解决方案
MR_ROBIT的博客 出现了以下错误: I: Using Apktool 2.0.1 I: Checking whether sources has changed... I: Smaling smali folder into classes.dex... I: Checking whether resources has changed... I: Building resources... ... - 2015-04-14 14:49面向未来_的博客 在反编译apk的时候发生如下问题, I: Baksmaling... I: Loading resource ...Exception in thread "main" brut.androlib.AndrolibException: Could not decode ars c file at brut.androlib.res.decoder.ARSCDecode
- 2016-09-13 10:44深成的博客 回编译出现 brut.androlib.AndrolibException Apktool.jar 为反编译jar 传送门 ShakaApktool.jar 为Android killer 默认反编译jar 传送门原因 使用不适合版本的Apktool或者ShakaApktool反编译 回编译的时候...
- 2015-11-23 13:08ziptop的博客 反编译时,出现如题的错误,查询显示可能是apktool版本太低了(原使用版本为2.0.0) 然后在https://bitbucket.org/iBotPeaches/apktool/downloads 这个网址下载了apktool_2.0.2.jar 替换到apktool目录下 重新...
- 没有解决我的问题, 去提问