首页
社区
课程
招聘
[求助]APK反编译正常,在回编译出现问题,请教!
发表于: 2014-6-3 09:31 16023

[求助]APK反编译正常,在回编译出现问题,请教!

2014-6-3 09:31
16023
在APK反编译不修改任何地方的情况下,直接回编译,第一次出现PNG图片错误,已经修改好了,继续回编译出现下面错误:
->重建文件:V4.0.1.R.apk,请稍后...
java.exe -jar "C:\ApkToolkit\Bin\apktool.jar" b -f "C:\V4.0.1" "C:\V4.0.1.R.apk"
I: Smaling...
I: Building resources...
C:\V4.0.1\res\values\styles.xml:61: error: Error retrieving parent for item: No resource found that matches the given name 'Widget.AppCompat.Base'.
C:\V4.0.1\res\values\styles.xml:101: error: Error retrieving parent for item: No resource found that matches the given name 'Widget.AppCompat.Base'.
C:\V4.0.1\res\values\styles.xml:149: error: Error retrieving parent for item: No resource found that matches the given name 'Widget.AppCompat.Base'.
C:\V4.0.1\res\values\styles.xml:192: error: Error retrieving parent for item: No resource found that matches the given name 'Widget.AppCompat.Base'.
C:\V4.0.1\res\values\styles.xml:208: error: Error retrieving parent for item: No resource found that matches the given name 'Widget.AppCompat.Base.DropDownItem'.
C:\V4.0.1\res\values\styles.xml:234: error: Error retrieving parent for item: No resource found that matches the given name 'Widget.AppCompat.Base'.
C:\V4.0.1\res\values\styles.xml:241: error: Error retrieving parent for item: No resource found that matches the given name 'Widget.AppCompat.Light.Base'.
C:\V4.0.1\res\values\styles.xml:260: error: Error retrieving parent for item: No resource found that matches the given name 'TextAppearance.AppCompat.Base'.
C:\V4.0.1\res\values\styles.xml:293: error: Error retrieving parent for item: No resource found that matches the given name 'Widget.AppCompat.Base'.
C:\V4.0.1\res\values-v14\styles.xml:52: error: Error retrieving parent for item: No resource found that matches the given name 'Widget.AppCompat.Base'.
C:\V4.0.1\res\values\styles.xml:485: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Base'.
Exception in thread "main" brut.androlib.AndrolibException: brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [aapt, p, --min-sdk-version, 9, --target-sdk-version, 19, -F, C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\APKTOOL7849773734744913083.tmp, -0, arsc, -I, C:\Documents and Settings\Administrator\apktool\framework\1.apk, -S, C:\V4.0.1\res, -M, C:\V4.0.1\AndroidManifest.xml]
  at brut.androlib.Androlib.buildResourcesFull(Androlib.java:358)
  at brut.androlib.Androlib.buildResources(Androlib.java:283)
  at brut.androlib.Androlib.build(Androlib.java:206)
  at brut.androlib.Androlib.build(Androlib.java:176)
  at brut.apktool.Main.cmdBuild(Main.java:228)
  at brut.apktool.Main.main(Main.java:79)
Caused by: brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [aapt, p, --min-sdk-version, 9, --target-sdk-version, 19, -F, C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\APKTOOL7849773734744913083.tmp, -0, arsc, -I, C:\Documents and Settings\Administrator\apktool\framework\1.apk, -S, C:\V4.0.1\res, -M, C:\V4.0.1\AndroidManifest.xml]
  at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:357)
  at brut.androlib.Androlib.buildResourcesFull(Androlib.java:336)
  ... 5 more
Caused by: brut.common.BrutException: could not exec command: [aapt, p, --min-sdk-version, 9, --target-sdk-version, 19, -F, C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\APKTOOL7849773734744913083.tmp, -0, arsc, -I, C:\Documents and Settings\Administrator\apktool\framework\1.apk, -S, C:\V4.0.1\res, -M, C:\V4.0.1\AndroidManifest.xml]
  at brut.util.OS.exec(OS.java:89)
  at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:355)
  ... 6 more
->重建.apk失败!
建议:请尝试手动运行Bin目录下的BuildApk.exe来重建.apk!

请教各位,这个情况要怎么处理?
我把values\styles.xml和values-v14\styles.xml都上传了,各位有时间帮我看看,谢谢了!

[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课

上传的附件:
收藏
免费 0
支持
分享
最新回复 (4)
雪    币: 86
活跃值: (25)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
错误信息可以在aapt的源码里面找到,看看源码里面怎么解析这块儿的
2014-6-5 01:30
0
雪    币: 9
活跃值: (25)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
请上传APK源文件 我来编译试试
2014-6-5 10:24
0
雪    币: 417
活跃值: (201)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
4
试试新版:http://bbs.pediy.com/showthread.php?t=188672
2014-6-5 17:04
0
雪    币: 5
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
xjy
5
谢谢,测试成功。
2014-6-5 23:02
0
游客
登录 | 注册 方可回帖
返回
//