diff --git a/guide/english/android-development/index.md b/guide/english/android-development/index.md index 1d308e71b7..216aaec0f5 100644 --- a/guide/english/android-development/index.md +++ b/guide/english/android-development/index.md @@ -80,3 +80,10 @@ Because Kotlin generates Java bytecode, you can use your favorite Java framework The best part of learning Android is that many of the courses and material available out there online are free. The link to the basic course is here - [Developing Android Apps](https://udacity.com/course/new-android-fundamentals--ud851). The link to the advanced course is here - [Advanced Android App Development](https://www.udacity.com/course/advanced-android-app-development--ud855). + +### Android Studio + +[Android Studio](https://developer.android.com/studio/) +[Installing Android Studio](https://developer.android.com/studio/install) +[Running Apps in an Emulator](https://developer.android.com/studio/run/emulator) +