diff options
author | Joe Fernandez <joefernandez@google.com> | 2013-10-31 14:53:26 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2013-10-31 14:53:26 +0000 |
commit | f61c14755730cc0cf9dcf982baac3be9442b666a (patch) | |
tree | b161871d29ba4eebc37f1c407e37b77989d6818e /docs | |
parent | 161406df5d30f13df4f7feca551de37907c6316f (diff) | |
parent | 5780db1edcd44af8ab79135032af64c951cfeed3 (diff) | |
download | frameworks_base-f61c14755730cc0cf9dcf982baac3be9442b666a.zip frameworks_base-f61c14755730cc0cf9dcf982baac3be9442b666a.tar.gz frameworks_base-f61c14755730cc0cf9dcf982baac3be9442b666a.tar.bz2 |
Merge "docs: Sample Code landing page - typo fixes" into klp-dev
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/samples/index.jd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/samples/index.jd b/docs/html/samples/index.jd index 31544b0..5c6cb53 100644 --- a/docs/html/samples/index.jd +++ b/docs/html/samples/index.jd @@ -25,11 +25,11 @@ page.tags="samples","examples","code" <ul> <li>Unpack the downloaded project package.</li> - <li>In Android Studio, chose <strong>File > Import Project</strong> and select root folder of + <li>In Android Studio, chose <strong>File > Import Project</strong> and select the root folder of the unpacked project. <p>Android Studio may ask you to choose the type of project you are importing. If this is the case, make sure to choose <strong>Import project from - external model</strong> and the <strong>Gradle</strong> option. + external model</strong> and select the <strong>Gradle</strong> option. </p> </li> </ul> |