diff --git a/docs/html/tools/projects/index.jd b/docs/html/tools/projects/index.jd index 6672bb1827508..344e844f10074 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.

src/
Contains your stub Activity file, which is stored at - src/main/java//ActivityName>.java. All other source - code files (such as .java or .aidl files) go here as well.
+ src/main/java/<namespace.appname>/<ActivityName>.java. All + other source code files (such as .java or .aidl files) go here as + well.
androidTest/
@@ -185,7 +186,7 @@ project and override similar module file settings.

Contains the instrumentation tests. For more information, see the Android Test documentation.
-
main/java/com.>project<.>app<
+
main/java/com.<project>.<app>
Contains Java code source for the app activities.