desword / android-apktool

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

Restore AndroidManifest.xml bug #624

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run apktool to decompile the attached APK file (air.KarmaSoundsLite.apk)
2. Look at  package name in the produced AndroidManifest.xml (attached 
manifest-apktool-output.xml)
3. The package name is incorrect, compared with the attached output file of 
aapt (manifest-aapt-output.xml)

What is the expected output? What do you see instead?

The expected package name is ``air.KarmaSoundsLite''
The actual output of apktool is ``air.com.adobe.appentry''

What version of the product are you using? On what operating system?
All versions from 1.5.2 on OS X 10.9 and Ubuntu 12.04LTS

Please provide any additional information below.

Original issue reported on code.google.com by shaoy...@gmail.com on 23 Apr 2014 at 8:23

Attachments:

GoogleCodeExporter commented 9 years ago
Couldn't duplicate on 2.x 

Original comment by connor.tumbleson on 25 Apr 2014 at 3:20