[TIMOB-2118] Android revision 7
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:58:09.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.5.0 M03 |
Components | Android |
Labels | android, apkbuilder, defect, deprecated |
Reporter | Derk |
Assignee | Stephen Tramer |
Created | 2011-04-15T03:10:56.000+0000 |
Updated | 2011-04-17T01:58:09.000+0000 |
Description
Titanium apps don't distribute with android SDK Tools revision 7
(the full updated sdk) becouse the apkbuilder stopped working under
apple.
An another method of building is needed, one without the
apkbuilder.
See the following links for other people with this problem:
http://developer.appcelerator.com/question/66741/apkbuilder-is-deprecated-titanium-developer-121-sdk-1411-mac-osx">
http://developer.appcelerator.com/question/66741/apkbuilder-is-depr...
http://developer.appcelerator.com/question/67641/apkbuilderbat-deprecated--see---help">
http://developer.appcelerator.com/question/67641/apkbuilderbat-depr...
How to reproduce?
run "android" in the "tools" directory, go to "Available packages",
check everything in the list and install it.
Now try to distribute the application from titanium, this doesn't
work. Also running in emulator gives errors.
Not sure who on the Android team this should go to.
(from [a2ed84bb123ff9cbae7eecc50a7dceb391fdb268]) [#1852] Also make sure the project can be built and run even if build/android totally empty. [#2118 state:new] Relegate apkbuilder deprecation warning to debug trace level. https://github.com/appcelerator/titanium_mobile/commit/a2ed84bb123ff9cbae7eecc50a7dceb391fdb268"> https://github.com/appcelerator/titanium_mobile/commit/a2ed84bb123f...
(from [8f4e9a41aeaeacbeae497fe6673b1eef791e0f20]) initial implementation of python based apkbuilder [#2118 state:fixed-in-qa] https://github.com/appcelerator/titanium_mobile/commit/8f4e9a41aeaeacbeae497fe6673b1eef791e0f20"> https://github.com/appcelerator/titanium_mobile/commit/8f4e9a41aeae...
Tested in the simple case, building and deploying android on apple with the correct libraries installed.