[AC-3276] Android: need to customize AndroidManifest.xml of module project's example app
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | n/a |
Status | Resolved |
Resolution | Won't Fix |
Resolution Date | 2014-06-12T23:45:03.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | n/a |
Reporter | Jungwook Son |
Assignee | Ritu Agrawal |
Created | 2014-05-16T08:26:33.000+0000 |
Updated | 2016-03-08T07:57:41.000+0000 |
Description
In android module project,
AndroidManifest.xml can be customized by timodule.xml.
But in example/app.js project (which can be built by 'ant install'),
there is no way to customize tiapp.xml.
(targetSdkVersion, minSdkVersion)
Hi [~9ruvie], the example/app.js is intended to be copied from the example folder into a new project that you create. Then you have to install the module and enable it in your tiapp.xml. Someday we should hope to improve this experience.
currently
in module project, makes a new temporal project from example/app.js, and compile/install to android device. https://github.com/Tripvi/Ti.DrawerLayout Please check how 'ant install' works. It works really cool except when I need to set targetSdkVersion.
Resolving as won't fix for now. We may revisit this when module building is overhauled.