Titanium JIRA Archive
Appcelerator Community (AC)

[AC-3276] Android: need to customize AndroidManifest.xml of module project's example app

GitHub Issuen/a
TypeImprovement
Priorityn/a
StatusResolved
ResolutionWon't Fix
Resolution Date2014-06-12T23:45:03.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsTitanium SDK & CLI
Labelsn/a
ReporterJungwook Son
AssigneeRitu Agrawal
Created2014-05-16T08:26:33.000+0000
Updated2016-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)

Comments

  1. Chris Barber 2014-05-20

    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.
  2. Jungwook Son 2014-05-21

    currently
       ant install
       
    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.
  3. Chris Barber 2014-06-12

    Resolving as won't fix for now. We may revisit this when module building is overhauled.

JSON Source