Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-6907] Android: minSdkVersion incorrect in template AndroidManifest.xml

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2011-12-28T11:06:29.000+0000
Affected Version/sRelease 1.8.0.1
Fix Version/sSprint 2011-52, Release 2.0.0, Release 1.8.1
ComponentsAndroid
Labelsn/a
ReporterBill Dawson
AssigneeBill Dawson
Created2011-12-28T08:34:44.000+0000
Updated2013-01-17T10:41:10.000+0000

Description

minSdkVersion still set to 7, should be 8.

Testing steps:

1. create a new project. 2. build and run project. 3. open build/android/AndroidManifest.xml. 4. in the fail case, you will see <uses-sdk android:minSdkVersion="7" />, when testing the fix you should see <uses-sdk android:minSdkVersion="8" />.

Comments

  1. Bill Dawson 2011-12-28

    pull request ready https://github.com/appcelerator/titanium_mobile/pull/1106
  2. Lokesh Choudhary 2013-01-17

    Verified the fix.Seeing as expected. Ti Studio : 3.0.1.201212181159 Ti SDK : 3.0.0 GA Android : 4.0.3 emulator Mac OSX 10.8.2

JSON Source