apk改之理吧 关注:116贴子:182
  • 3回复贴,共1

有关回编译的疑问

只看楼主收藏回复

最近在尝试用APKIDE弄掉某个手机软件的强制弹窗,确认了弹窗位置并删掉了编码。但是在回编译的时候出现了问题。弹出如下代码,显示失败。不知道有没有人知道解决方法?
> 正在清理旧工作目录 ... - 成功!旧工作目录被清理到系统回收站内。
> 正在反编译Apk... - 成功!
> 正在将dex转成jar... - Library cannot extract this entry. Version required is (788)
> .smali输出目录:F:\XZcfdsafFAS\APKIDE_V3.3.3.0\apkide\Work\com.plan.kot32.tomatotime
> .class输出目录:Not supported.
> 正在编译Apk... -
- 失败:
Exception in thread "main" com.rover12421.shaka.b.l: W: F:\XZcfdsafFAS\APKIDE_V3.3.3.0\apkide\Work\com.plan.kot32.tomatotime\res\values-v24\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Animation.OptionsPanel'.
W:
W: F:\XZcfdsafFAS\APKIDE_V3.3.3.0\apkide\Work\com.plan.kot32.tomatotime\res\values-v24\styles.xml:8: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Animation.LockScreen'.
W:
at b.a.d.a.a(Unknown Source)
at b.a.d.a.a(Unknown Source)
at b.a.a.a(Unknown Source)
at b.a.a.a(Unknown Source)
at b.a.a.e(Unknown Source)
at b.a.a.a(Unknown Source)
at b.b.a.b(Unknown Source)
at b.b.a.a(Unknown Source)
at com.rover12421.shaka.cli.Main.main(Unknown Source)
Caused by: b.a.A: b.c.a: could not exec (exit code = 1): [C:\Users\Administrator\ShakaApktool\windows-x86\bin\aapt.exe, p, --forced-package-id, 127, --min-sdk-version, 16, --target-sdk-version, 26, --version-code, 373, --version-name, 9.3.2.5, -F, C:\Users\ADMINI~1\AppData\Local\Temp\APKTOOL4483010570037426774.tmp, -0, arsc, -I, C:\Users\Administrator\AppData\Local\apktool\framework\1.apk, -S, F:\XZcfdsafFAS\APKIDE_V3.3.3.0\apkide\Work\com.plan.kot32.tomatotime\res, -M, F:\XZcfdsafFAS\APKIDE_V3.3.3.0\apkide\Work\com.plan.kot32.tomatotime\AndroidManifest.xml]
at b.a.d.a.a(Unknown Source)
... 9 more
Caused by: b.c.a: could not exec (exit code = 1): [C:\Users\Administrator\ShakaApktool\windows-x86\bin\aapt.exe, p, --forced-package-id, 127, --min-sdk-version, 16, --target-sdk-version, 26, --version-code, 373, --version-name, 9.3.2.5, -F, C:\Users\ADMINI~1\AppData\Local\Temp\APKTOOL4483010570037426774.tmp, -0, arsc, -I, C:\Users\Administrator\AppData\Local\apktool\framework\1.apk, -S, F:\XZcfdsafFAS\APKIDE_V3.3.3.0\apkide\Work\com.plan.kot32.tomatotime\res, -M, F:\XZcfdsafFAS\APKIDE_V3.3.3.0\apkide\Work\com.plan.kot32.tomatotime\AndroidManifest.xml]
at b.e.i.a(Unknown Source)
... 10 more
- 失败!请检查您的代码然后重试。


来自Android客户端1楼2020-04-02 08:42回复
    这里补充一下,我的电脑构造很简单,有JDK和JAVA,其它未配置。没有安卓SDK。


    来自Android客户端2楼2020-04-02 08:47
    收起回复
      还有地方没删掉


      IP属地:广东来自iPhone客户端4楼2020-10-15 11:23
      回复