sky201503 / android-apktool-1

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

apktool deletes "uses-sdk" element inside AndroidManifest.xml #379

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Just extract the apk using apktool
2.
3.

What is the expected output? What do you see instead?
It should extract the AndroidManifest.xml with original behaviour.

What version of the product are you using? On what operating system?
1.5.1

Please provide any additional information below.
Apk attached

Original issue reported on code.google.com by ashokpat...@gmail.com on 31 Dec 2012 at 7:26

Attachments:

GoogleCodeExporter commented 9 years ago
Not a bug. Leaving the <uses-sdk> element in and rebuilding causes AAPT to 
throw warnings. The proper way is to use aapt --max and --min parameters, which 
we do (because apktool.yml) tracks this data.

sdkInfo:
  minSdkVersion: '14'
  targetSdkVersion: '15'

Not a bug.

Original comment by connor.tumbleson on 31 Dec 2012 at 2:01