Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-66] AndroidManifest.xml is missing minSDKVersion

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2011-04-17T01:51:52.000+0000
Affected Version/sn/a
Fix Version/sRelease 0.6.0
ComponentsAndroid
Labelsandroid
ReporterDon Thorp
AssigneeDon Thorp
Created2011-04-15T02:23:16.000+0000
Updated2011-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.

Comments

  1. Don Thorp 2011-04-15

    (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...

  2. Don Thorp 2011-04-15

    (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...

JSON Source