[TIMOB-3258] Android: Update Minimum SDK API Level to 7
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T02:01:18.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Sprint-2011-09 |
Components | Android |
Labels | android, feature, release-1.7.0, tooling |
Reporter | Don Thorp |
Assignee | Opie Cyrus |
Created | 2011-04-15T03:40:38.000+0000 |
Updated | 2011-04-17T02:01:18.000+0000 |
Description
Update the tooling to change the minimum API level from 4 to 7. This includes updating created projects's minSdkVersion to 7.
(from [5d26a1d256d93c965b9432a4b83232522f1c7474]) [#3258 state:fixed-in-qa] update default android SDK to level 7
Updated to use Android SDK level 7 as default
https://github.com/appcelerator/titanium_mobile/commit/5d26a1d256d93c965b9432a4b83232522f1c7474"> https://github.com/appcelerator/titanium_mobile/commit/5d26a1d256d9...
(from [02f797436e87e767f23c84cdb937ab265f74d40a]) [#3258] common.xml default's didn't get bumped to 7 causing a build error if no buildproperties was being used. https://github.com/appcelerator/titanium_mobile/commit/02f797436e87e767f23c84cdb937ab265f74d40a"> https://github.com/appcelerator/titanium_mobile/commit/02f797436e87...
(from [73f9b6852195e78208ef845e272c39f27ff67953]) [#3258 state:fixed-in-qa] Updating AndroidManifest.xml template to refleect new API level
Forgot to update the AndroidManifest.xml template so that the app would report the correct API level.
https://github.com/appcelerator/titanium_mobile/commit/73f9b6852195e78208ef845e272c39f27ff67953"> https://github.com/appcelerator/titanium_mobile/commit/73f9b6852195...
Tested with Titanium SDK version: 1.7.0 (03/07/11 14:40 27429fa)
[DEBUG] /Users/nhuynh/Desktop/android-sdk-mac_x86/platforms/android-7/tools/dx Compiles with API level 7 and AndroidManifest.xml: <uses-sdk android:minSdkVersion="7" />
Uses ../android-sdk-mac_x86/platforms/android-7/android.jar
Installed test to:
Nexus One 2.2.2
Galaxy Tablet 2.2
Emulator 2.1
Verified that SDK level 7 cannot install to G1 1.6 device
Compiled with 1.6 SDK and verified that AndroidManifest.xml: <uses-sdk android:minSdkVersion="4" />
(Packaged test with keystore signing)