Loading docs/html/tools/projects/index.jd +4 −3 Original line number Diff line number Diff line Loading @@ -176,8 +176,9 @@ project and override similar module file settings.</p> <dt><code>src/</code></dt> <dd>Contains your stub Activity file, which is stored at <code>src<em>/main/java/<namespace.applicationname>/ActivityName></em>.java</code>. All other source code files (such as <code>.java</code> or <code>.aidl</code> files) go here as well.</dd> <code>src<em>/main/java/<namespace.appname>/<ActivityName></em>.java</code>. All other source code files (such as <code>.java</code> or <code>.aidl</code> files) go here as well.</dd> <dl> <dt><code>androidTest/</code></dt> Loading @@ -185,7 +186,7 @@ project and override similar module file settings.</p> <dd>Contains the instrumentation tests. For more information, see the <a href="{@docRoot}tools/testing/index.html">Android Test documentation</a>.</dd> <dt><code>main/java/com.>project<.>app<</code></dt> <dt><code>main/java/com.<project>.<app></code></dt> <dd>Contains Java code source for the app activities.</dd> Loading Loading
docs/html/tools/projects/index.jd +4 −3 Original line number Diff line number Diff line Loading @@ -176,8 +176,9 @@ project and override similar module file settings.</p> <dt><code>src/</code></dt> <dd>Contains your stub Activity file, which is stored at <code>src<em>/main/java/<namespace.applicationname>/ActivityName></em>.java</code>. All other source code files (such as <code>.java</code> or <code>.aidl</code> files) go here as well.</dd> <code>src<em>/main/java/<namespace.appname>/<ActivityName></em>.java</code>. All other source code files (such as <code>.java</code> or <code>.aidl</code> files) go here as well.</dd> <dl> <dt><code>androidTest/</code></dt> Loading @@ -185,7 +186,7 @@ project and override similar module file settings.</p> <dd>Contains the instrumentation tests. For more information, see the <a href="{@docRoot}tools/testing/index.html">Android Test documentation</a>.</dd> <dt><code>main/java/com.>project<.>app<</code></dt> <dt><code>main/java/com.<project>.<app></code></dt> <dd>Contains Java code source for the app activities.</dd> Loading