diff options
| author | 2016-02-08 13:11:05 -0800 | |
|---|---|---|
| committer | 2016-02-17 13:14:53 -0800 | |
| commit | 9a974352aab50d810a03e72ac8f2799fe77a446d (patch) | |
| tree | 5ff3d9ca7dc54874755996d76adbba3fdd4ea7b1 | |
| parent | 74916a5682e3cc0918067a3e3d4fd09f7404af6f (diff) | |
docs: Fixed extra slash in pathname
Bug: 25103994
Change-Id: I89aaf3d7d63de989b8adbcf0306f5dc5f415e98d
| -rw-r--r-- | docs/html/tools/projects/index.jd | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/html/tools/projects/index.jd b/docs/html/tools/projects/index.jd index 6672bb182750..344e844f1007 100644 --- a/docs/html/tools/projects/index.jd +++ b/docs/html/tools/projects/index.jd @@ -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> @@ -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> |