kuter007 / android-apktool

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

rename-manifest-package #718

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.decode the apk
2.modify the apktool.yml "rename-manifest-package:" to another package 
3.then build the apk

What is the expected output? What do you see instead?
if the manifest note use the "<application 
android:theme="@android:style/Theme.NoTitleBar" ", so the apk is running there 
can not found the res.

I use the same steps to test the apktool 1.5.2, it's work gread. so i compare 
where different, i found the 1.5.2 decode manifest will add "*" in 
"android:theme="@*android:style".

then i add the "*" in 2.0 decode manifest it can work ok!

What version of the product are you using? On what operating system?
v2.0, win7

Please provide any additional information below.

Original issue reported on code.google.com by Te.di...@gmail.com on 3 Dec 2014 at 8:41

GoogleCodeExporter commented 9 years ago
* was a hacky fix to extend private resources. This is not supported now. You 
should localize those resources. 

Original comment by connor.tumbleson on 3 Dec 2014 at 5:07