desword / android-apktool

Automatically exported from code.google.com/p/android-apktool
Other
1 stars 0 forks source link

Incomplete files after decompile #614

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.apktool d x.apk
2.
3.

What is the expected output? What do you see instead?
I expected "res" "META-INF" "assets" "AnroidManifest.xml" "resources.arsc" from 
"framework-res.apk", instead its just "res" "AndroidManifest.xml"

What version of the product are you using? On what operating system?
apktool 1.5.2 Windows 7 x64bit

Please provide any additional information below.
Incomplete files after decompile. Missing files after decompile.

Original issue reported on code.google.com by krypton...@gmail.com on 26 Mar 2014 at 9:26

GoogleCodeExporter commented 9 years ago
Can't duplicate. Try 2.x

http://connortumbleson.com/2014/02/apktool-2-0-0-beta-9-released/

Original comment by connor.tumbleson on 26 Mar 2014 at 9:27

GoogleCodeExporter commented 9 years ago
I just downloaded apktool 2.0.0 beta 9, unfortunately the same result.

Original comment by krypton...@gmail.com on 26 Mar 2014 at 9:31

GoogleCodeExporter commented 9 years ago
META-INF won't be decompiled prior to 2.x, in 2.x it goes to the "original" 
folder. "resources.arsc" is unpacked into "res". "assets" is unknown, so it 
will be in "unknown" folder.

Original comment by connor.tumbleson on 26 Mar 2014 at 9:41

GoogleCodeExporter commented 9 years ago
oh ok, but how do i get the xml file i want? for example stat_sys_battery.xml. 
So i can edit it.

Original comment by krypton...@gmail.com on 26 Mar 2014 at 10:16