diff options
author | 2016-02-09 01:22:06 +0000 | |
---|---|---|
committer | 2016-02-09 01:22:07 +0000 | |
commit | 1a868a18fa68982d342dbb52fd077630680a372f (patch) | |
tree | 8f59464544a0b200626cb94e2edff13971d6a01c /docs/html | |
parent | 406daa4441577b8aa83689e69614b3406da4878d (diff) | |
parent | 2662633882117fbefe943c5189110efe74506232 (diff) |
Merge "docs: Fixed typo in 'Creating an Android Module'" into mnc-docs
Diffstat (limited to 'docs/html')
-rw-r--r-- | docs/html/sdk/installing/create-project.jd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/sdk/installing/create-project.jd b/docs/html/sdk/installing/create-project.jd index 68fd57250d17..c44f401bafc4 100644 --- a/docs/html/sdk/installing/create-project.jd +++ b/docs/html/sdk/installing/create-project.jd @@ -190,8 +190,8 @@ with complete source files for each of them as shown in figure 6.</p> <li>Select a <strong>Theme</strong>. This setting specifies which standard Android <a href="{@docRoot}design/style/themes.html">visual style</a> is applied to your application. Select activity template. For more information about Android code templates, see - <a href="{@docRoot}tools/projects/templates.html">Using Code Templates</a>Leave the <strong> - Create activity</strong> option checked so you can start your + <a href="{@docRoot}tools/projects/templates.html">Using Code Templates</a>. Leave the + <strong>Create activity</strong> option checked so you can start your application with some essential components. </li> <li>Click the check box for the required Support Libraries then click <strong>Next</strong>.</li> |