[TIMOB-66] AndroidManifest.xml is missing minSDKVersion
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:51:52.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 0.6.0 |
Components | Android |
Labels | android |
Reporter | Don Thorp |
Assignee | Don Thorp |
Created | 2011-04-15T02:23:16.000+0000 |
Updated | 2011-04-17T01:51:52.000+0000 |
Description
See tender issue http://support.appcelerator.net/discussions/support/183-uploading-an-app-to-google-android"> http://support.appcelerator.net/discussions/support/183-uploading-a...
<uses-sdk minSdkVersion="3" /> needs to be added right after the manifest tag. Apparently the Market XML parser is order dependent.
(from [3a2c589f9160aa30449e9d9de0228838fa9d7cf5]) [#66 state:resolved] Added minSDKVersion and set it to 3 http://github.com/appcelerator/titanium_mobile/commit/3a2c589f9160aa30449e9d9de0228838fa9d7cf5"> http://github.com/appcelerator/titanium_mobile/commit/3a2c589f9160a...
(from [6b9d93733b949a762cff2b13bfc551fd05433140]) [#66 status:resolved] Added the android namespace http://github.com/appcelerator/titanium_mobile/commit/6b9d93733b949a762cff2b13bfc551fd05433140"> http://github.com/appcelerator/titanium_mobile/commit/6b9d93733b949...