notishell / android-apktool

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

Exception in thread "main" brut.androlib.AndrolibException: Multiple resources: spec=0x7f090000 id/CompanyLogOnView, config=-en #406

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Just run the apktool (latest v1.5.2) against the attached APK with d[ecode]

What version of the product are you using? On what operating system?
Win7 / 64bit / english / apktool 1.5.2 / java 1.7.13

I need to compress the attached APK in order to not violate the 10 MB 
attachment limit.

Original issue reported on code.google.com by andreas....@googlemail.com on 7 Feb 2013 at 11:53

Attachments:

GoogleCodeExporter commented 9 years ago
I see this is Mono for Android. Probably won't support that, but yes I see the 
error.

Multiple resources: spec=0x7f090000 id/CompanyLogOnView, config=-en

Original comment by connor.tumbleson on 7 Feb 2013 at 1:26

GoogleCodeExporter commented 9 years ago
You are right this is an M4A project (sorry that I haven't mentioned this in my 
report) - and resources are included using the localization tool Sisulizer. So 
unfortunately I couldn't except that the problem is related to one of these 
tools. On the other hand, if this is a valid APK, why should apktool bother 
which tools have been used creating it.

Original comment by andreas....@googlemail.com on 8 Feb 2013 at 8:09

GoogleCodeExporter commented 9 years ago
saying "Valid APK" is a very far and fetched statement. Any APK built is a 
"valid apk", however they could have modified aapt in order to bypass something 
or create a special apk.

I haven't looked into the apk at all, so I don't know whats different. If its 
simple, sure I'll fix it, but there are far more important bugs then Mono for 
Android apks :) and this might have to be put on the back burner for awhile.

Original comment by connor.tumbleson on 8 Feb 2013 at 3:28