X
Ad
    Categories: tutorials

▷ How to INSTALL Android Studio: Configure and Download Android SDK

Learn how to install Android Studio

Learn how to configure and install Android studio, in this tutorial you will see how to download the Android SDK, so that you can create your incredible mobile applications for the Google operating system, Android.

What is Android Studio?

Android studio is an official integrated development environment for Android, something known as an IDE, it helps you to make your applications from scratch, 100% native with the JAVA or KOTLIN programming language, which are the most used and for the interface it allows you to use XML 

What is Android SDK?

Android Software Development Kit SDK includes developer tools, code debugger, phone simulator, library, documentation. The SDK comes bundled with Android Studio so you don't need to do anything else.

RELATED POSTS:

How to install Android Studio

Now, we will see how we can download this wonderful IDE and immediately start working on your own applications. Very important that you know how to use JAVA or KOTLIN and XML before using this tool.

How to download Android Studio on Windows.

  1. Start on the android developer page: https://developer.android.com/studio
  2. select download
  3. Accept terms and conditions
  4. Open the .exe and proceed to give next
  5. (We can mark the Android virtual Device option)
  6. Choose the destination folder
  7. we install
  8. Android Studio will open
  9. We give in not caring
  10. Proceed to configure

How to download Android Studio on Mac

  1. Start on the android developer page: https://developer.android.com/studio
  2. select download
  3. Accept terms and conditions
  4. Open .dmg wait for installation
  5. Pass Icon to Applications
  6. Proceed to configure

How to download Android Studio on Linux

  1. Start on the android developer page: https://developer.android.com/studio
  2. select download
  3. Accept terms and conditions
  4. Open compressed .tar file
  5. files are extracted
  6. Open terminal in installed folder
  7. copiar en la terminal “cd bin”
  8. después copiar en la terminal “./studio.sh”
  9. Proceed to installation
  10. It will open with ./studio.sh
  11. Proceed configuration

How to configure Android Studio

  • Seleccionar plantilla, yo aconsejo si es tu primera app selecciones “Empty Activity” para que trabajes en ella y aprendas más
  • In name we will select the name of our app
  • en Package muy importante cambia “Example” por cualquier cosa yo propongo poner el nombre de desarrollador aquí
  • location of your project
  • Programming language: Java OR Kotlin
  • Minimum SDK: you choose the API that suits you best, I choose the API that currently has the most devices, the 4.1 that covers 99.8% of the market is predetermined

VIDEO OF HOW TO INSTALL THE IDE AND CONFIGURE

Ad
filletchn: