diff --git a/docs/html/tools/devices/emulator.jd b/docs/html/tools/devices/emulator.jd
index dc9294bf1486b..42240b9121166 100644
--- a/docs/html/tools/devices/emulator.jd
+++ b/docs/html/tools/devices/emulator.jd
@@ -294,9 +294,10 @@ with the {@code -gpu on} option enabled:
Run > Edit Configurations...
In the left panel of the Run/Debug Configurations dialog, select your Android
run configuration or create a new configuration.
- Under the Device Target options,
+ Under the Target Device options,
select the AVD you created in the previous procedure.
- In the Additional Command Line Options field, enter:
+ In the Emulator tab, in the
+ Additional command line options field, enter:
{@code -gpu on}
Run your Android project using this run configuration.
@@ -421,7 +422,7 @@ AVD:
Configurations...
In the left panel of the Run/Debug Configurations dialog, select your Android
run configuration or create a new configuration.
- Under the Device Target options, select the x86-based AVD you created
+ Under the Target Device options, select the x86-based AVD you created
previously.
Run your Android project using this run configuration.
@@ -474,7 +475,7 @@ AVD:
Configurations...
In the left panel of the Run/Debug Configurations dialog, select your Android
run configuration or create a new configuration.
- Under the Device Target options,
+ Under the Target Device options,
select the x86-based AVD you created previously.
Run your Android project using this run configuration.
@@ -513,17 +514,18 @@ AVD and include the KVM options:
Note: You must provide an x86-based AVD configuration
name, otherwise VM acceleration will not be enabled.
- If you are running the emulator from Android Studio, run your Android application with an x86-based
-AVD and include the KVM options:
+ If you are running the emulator from Android Studio, run your Android application with an
+ x86-based AVD and include the KVM options:
- In Android Studio, click your Android module folder and then select Run > Edit
Configurations...
- In the left panel of the Run/Debug Configurations dialog, select your Android
run configuration or create a new configuration.
- - Under the Device Target options, select the x86-based AVD you created
+
- Under the Target Device options, select the x86-based AVD you created
previously.
- - In the Additional Command Line Options field, enter:
-
-qemu -m 512 -enable-kvm
+ - In the Emulator tab, in the
+ Additional command line options field, enter:
+
-qemu -m 512 -enable-kvm
- Run your Android project using this run configuration.