desword / android-apktool

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

9patch chunk file error while decompiling #612

Closed GoogleCodeExporter closed 9 years ago

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

What is the expected output? What do you see instead?
This should decompile the app however after recompiling the app its giving a 
blank screen. I believe this is because I am getting an error while 
decompiling. The error says W: Cant find 9patch chunk in file: 
"drawable/game_title_bar.9.png". Renaming it to *.png.
What version of the product are you using? On what operating system?
Windows XP

Please provide any additional information below.
Not to sure what's happening. Some apps work properly but then some others 
aren't. Its intermittent.

Original issue reported on code.google.com by sami...@gmail.com on 15 Mar 2014 at 12:09

GoogleCodeExporter commented 9 years ago
It means what it says.

Apktool couldn't find any 9patch information in it. Therefore it dumps it back 
to a regular PNG. If there is 9patch information and Apktool didn't detect it, 
then we have a bug.

However, there is no apk attached here. Or 9patch image to see.

Original comment by connor.tumbleson on 18 Mar 2014 at 3:19