Skip to content

Commit f3273f2

Browse files
Added link to emulator troubleshooting
1 parent d471c28 commit f3273f2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

worksheets/0-setup/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Now, on your Android phone you need to make sure *USB debugging* is turned on. G
5151

5252
Now you are in developer mode, press back and you should see a new *Developer options* menu. Tap into there and make sure the switch at the top of the screen is turned on. Then scroll down and make sure *USB Debugging* is also turned on.
5353

54-
### 3.1 Setting up the Android emulator
54+
### 3.2 Setting up the Android emulator
5555
If you don't have an Android phone, you can also set up an emulator to run on your computer.
5656

5757
First, in Android Studio with your project open, Launch the Android Virtual Device Manager by selecting *Tools* > *Android* > *AVD Manager*, or by clicking the AVD Manager icon <img src="https://developer.android.com/images/tools/avd-manager-studio.png" style="height: 1.5em; vertical-align: middle" alt="" /> in the toolbar. On the screen which opens, press the *Create Virtual Device* button.
@@ -72,6 +72,8 @@ You can now start the emulator by pressing the play button <img src="https://dev
7272

7373
![The android emulator running](assets/images/emulator-4-complete.png)
7474

75+
Having troubles setting up the emulator? Check out this [troubleshooting guide](https://developer.android.com/studio/run/emulator-troubleshooting).
76+
7577
## 4. Running the app on your phone/emulator
7678
We are now going to run your first application to make sure everything is working. All you need to do is press the run button <img src="https://developer.android.com/studio/images/buttons/toolbar-run.png" style="height: 1.3em" alt="" /> in the toolbar of your Android Studio project window and then make sure your phone or emulator is selected in the window which pops up.
7779

0 commit comments

Comments
 (0)