diff options
Diffstat (limited to 'docs/html/tools/studio/index.jd')
-rw-r--r-- | docs/html/tools/studio/index.jd | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/html/tools/studio/index.jd b/docs/html/tools/studio/index.jd index 96e4316..95cdb76 100644 --- a/docs/html/tools/studio/index.jd +++ b/docs/html/tools/studio/index.jd @@ -100,7 +100,6 @@ representation. To switch to back to the segregated project view, select <strong from the <strong>Project</strong> drop-down. </p> - <h3 id="other-views">Other Android Studio views</h3> <p>When you use the <em>Project</em> view in Android Studio, you should notice that the project structure appears different than you may be used to in Eclipse. Each @@ -226,7 +225,7 @@ to refer to your R class and to resolve any relative activity/service registrati <pre> <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" - <strong>package="com.example.app"</strong>> + <strong>package="com.example.app"</strong> </pre> <p class="note"><strong>Note:</strong> If you have multiple manifests (for example, a product @@ -750,7 +749,6 @@ page provides seamless access to Google code samples on GitHub.</p> <p><img src="{@docRoot}images/tools/studio-samples-githubaccess.png" /></p> <p class="img-caption"><strong>Figure 13.</strong> Get code samples from GitHub.</p> - <p><img src="{@docRoot}images/tools/studio-sample-in-editor.png" /></p> <p class="img-caption"><strong>Figure 14.</strong> Imported code sample.</p> |