aboutsummaryrefslogtreecommitdiffstats
path: root/templates/projects/NewAndroidApplication/globals.xml.ftl
Commit message (Collapse)AuthorAgeFilesLines
* Update template location for SDK buildJosiah Gaskin2013-07-311-13/+0
| | | | | | | | This change removes templates from the SDK source tree (from sdk/templates) and points the build/tools.atree build location file to their new location in tools/base/templates Change-Id: Id37b24eceaae6dcc0b3bf5078a759a337cb13467
* Fixes to Gradle plugin, support library versionsScott Barta2013-07-021-0/+2
| | | | | | | | | | Small fixes to pass the Gradle Android plugin as a dependency. Changes the v4 support library depencency to pull in a Maven artifact instead of a library jar reference. Adds a small fix to ensure the Java package parameter in new projects is nonempty. Change-Id: Icb3e3a704166c8d03a7996872be6a5082d37e1bb
* Use "mavenCentral()" in build.gradle instead of URLSiva Velusamy2013-05-131-1/+1
| | | | Change-Id: Ibb3391a7b1de26baa2492280f542520b2202569e
* Allows build tools version to be passed in.Scott Barta2013-05-061-1/+2
| | | | Change-Id: I64c12c7f2a0887b080752469e6d34320425ad1e1
* Modified templates for Gradle projectsScott Barta2013-04-261-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | Modifies the existing templates to output Gradle build files with a new multi-level directory structure. The templates continue to work the old way that Eclipse expects, and the new behavior is only enabled if the "isGradle" global is set to "true". Files to configure the Gradle wrapper are placed in the SDK at tools/templates/gradle/wrapper. This CL changes all file copies and merges to go to fully-qualified directories set up via global variables. Things go to the old locations for non-Gradle builds based on how the globals are set up, but Gradle builds can override output directory variables to reflect the new directory structure. This CL also adds NewAndroidLibrary and NewJavaLibrary project templates, which will be used in the future. The current NewAndroidApplication template also can output a library, which is redundant and confusing; this will likely be fixed somehow in the future. Change-Id: Ieb830bdfba1797d87a218326ebd37c99d254758e
* Allow project templates to be bundled separatelyTor Norbye2012-06-041-0/+4
This changeset moves the various FreeMarker templates out of the ADT plugin and over into the tools install area. The code to instantiate templates is simplified a bit now that it no longer needs to both handle files on disk and files read out of the .jar. There's a new first page to the various template wizards which is shown if the tools are not up to date (specifically, if the $SDK/tools/templates/ directory does not exist). This page explains that the tools have to be updated, and the Next button is disabled until they are up to date. This CL also contains some other tweaks suggested by Roman to the activity-to-layout name mapping and misc code changes. Change-Id: I3bc65f54a6b79bbeedfb917a9d34ec0d312f3526