diff options
author | Leena Miettinen <riitta-leena.miettinen@digia.com> | 2014-07-29 14:20:39 +0200 |
---|---|---|
committer | Leena Miettinen <riitta-leena.miettinen@digia.com> | 2014-07-29 14:33:56 +0200 |
commit | 33c674615ca47b40b3603b961a554fd6b658f0e7 (patch) | |
tree | 2526c995a49eed8082ad20dd9c0d6ceb41d550d9 /doc/src | |
parent | 6537d72b1fc25b6d5627bc668f331bb4d6295f3f (diff) | |
download | qt-creator-33c674615ca47b40b3603b961a554fd6b658f0e7.tar.gz |
Doc: fix change field name
"Android target SDK" was changed to "Android build SDK"
in the deploy settings.
Updated the screenshot.
Change-Id: Ic8c1ce4ad8610d76c0d23bc65762e5bb0aaddfdb
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/android/androiddev.qdoc | 2 | ||||
-rw-r--r-- | doc/src/android/deploying-android.qdoc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/android/androiddev.qdoc b/doc/src/android/androiddev.qdoc index 3adc7d08e9..1a144cf468 100644 --- a/doc/src/android/androiddev.qdoc +++ b/doc/src/android/androiddev.qdoc @@ -190,7 +190,7 @@ information, see the Android documentation. In addition, debugging is supported at android-10 API level, or higher. In - the run settings for the project, in the \gui {Android target SDK} field, + the run settings for the project, in the \gui {Android build SDK} field, select android-10, or higher. For more information about Android API levels, see \l{http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels} {What is API Level?}. diff --git a/doc/src/android/deploying-android.qdoc b/doc/src/android/deploying-android.qdoc index 8261e4fb2b..94d876be9e 100644 --- a/doc/src/android/deploying-android.qdoc +++ b/doc/src/android/deploying-android.qdoc @@ -146,7 +146,7 @@ \section3 Selecting API Level - In the \gui {Android target SDK} field, you can select the API level to use + In the \gui {Android build SDK} field, you can select the API level to use for building the application. Usually, you should select the newest API level available. |