Files
android_development/tools/idegen/templates/android.iml
dbgsprw ec27ae9a22 Modify Idegen to open project with Android facet
Previously, After idegen command executed, Android Studio
and Intellij didn't start with Android facet.

Android Device Monitor, AVD, etc are necessary,
so edit template android.iml for opening project with them.

Change-Id: I7734e45afc268aa4eabdd96854c775452f8426a7
Signed-off-by: dbgsprw <dbgsprw@gmail.com>
2016-01-21 02:18:32 +00:00

21 lines
607 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<module version="4" relativePaths="true" type="JAVA_MODULE">
<component name="FacetManager">
<facet type="android" name="Android">
<configuration />
</facet>
</component>
<component name="ModuleRootManager" />
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
SOURCE_FOLDERS
</content>
JAR_ENTRIES
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="inheritedJdk" />
<orderEntryProperties />
</component>
</module>