sky201503 / android-apktool-1

Automatically exported from code.google.com/p/android-apktool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

GoogleCodeExporter opened this issue · comments

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:

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

  • Changed state: Invalid