desword / android-apktool

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

Cannot build SystemUI.apk with no changes #651

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.use the command "apktool if framework-res.apk" and "apktool if 
twframework-res.apk" to install the framework.
2.decompile the systemUI.apk by "apktool d -f SystemUI.apk",decompile 
sucessfully to generate file "SystemUI".
3.compile the file "SystemUI" with no changes by "apktool b SystemUI",but fail.
What is the expected output? What do you see instead?
I expect a apk been generated,but i get some errors,does any other file that i 
should install?

What version of the product are you using? On what operating system?
version 1.5.2, java 1.7, pc system:windows 8.1.

Please provide any additional information below.

Original issue reported on code.google.com by meiyou9...@gmail.com on 4 Jul 2014 at 2:09

Attachments:

GoogleCodeExporter commented 9 years ago
apk is in android 4.3

Original comment by meiyou9...@gmail.com on 4 Jul 2014 at 2:11

GoogleCodeExporter commented 9 years ago
Do you have the framework(s) and apk? If so can you attach?

Original comment by connor.tumbleson on 4 Jul 2014 at 5:27

GoogleCodeExporter commented 9 years ago
Connor, this is the same issue as 556 it is a Samsung 4.3 rom and the 
styles.xml that would be located in the values folder - values-sw720dp isn't 
there
I have attached a zip if you extract the folder and place it in the SystemUI > 
res folder the apk will compile properly

Original comment by ag4...@gmail.com on 6 Jul 2014 at 8:21

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for the patch files. Not sure if the root of this problem is then. 

Original comment by connor.tumbleson on 7 Oct 2014 at 12:25