From 35c77e345a9658ad3dab6779879ba0909e2e11b5 Mon Sep 17 00:00:00 2001 From: Anthony Campbell Date: Fri, 26 Oct 2018 10:32:02 -0500 Subject: [PATCH] Added Android Studio section with helpful links (#19998) * Added Android Studio section with helpful links Added the Android Studio section with links for the download, how to install, and running the android applications in an emulator. * Added line breaks to links --- guide/english/android-development/index.md | 7 +++++++ 1 file changed, 7 insertions(+) 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) +