sky201503 / android-apktool-1

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

can not build @* res files #376

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
when resource file include this style:  
  <style name="test.Activity" parent="@*android:style/Animation">

that means if include "@*" syntax,build will fail,

please help!

Original issue reported on code.google.com by wylhistory on 22 Dec 2012 at 7:11

GoogleCodeExporter commented 9 years ago
Are you telling me if you use "@" it works?

Please next time keep the structured bug report form and attach an APK.

Original comment by connor.tumbleson on 22 Dec 2012 at 3:28

GoogleCodeExporter commented 9 years ago
yes,when I replace the @* to @,then ,it all works,
and I also found when the array.xml include the reference-array declares,
it will fail,I replace the "reference" to "string",then it is ok!

I have already resolved it,
thanks for you quick reply!

Original comment by wylhistory on 23 Dec 2012 at 4:22

GoogleCodeExporter commented 9 years ago
yes,when I replace the @* to @,then ,it all works,
and I also found when the array.xml include the reference-array declares,
it will fail,I replace the "reference" to "string",then it is ok!

I have already resolved it,
thanks for you quick reply!

Original comment by wylhistory on 23 Dec 2012 at 4:22

GoogleCodeExporter commented 9 years ago
Maybe I shouldn't replace @ -> @* in styles.

Will have to check AOSP to see what they do.

Original comment by connor.tumbleson on 23 Dec 2012 at 1:58

GoogleCodeExporter commented 9 years ago
I already fixed this at one point.

Original comment by connor.tumbleson on 6 May 2013 at 1:03