▷ How to INSTALL Android Studio: Configure and Download Android SDK
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.
- Start on the android developer page: https://developer.android.com/studio
- select download
- Accept terms and conditions
- Open the .exe and proceed to give next
- (We can mark the Android virtual Device option)
- Choose the destination folder
- we install
- Android Studio will open
- We give in not caring
- Proceed to configure
How to download Android Studio on Mac
- Start on the android developer page: https://developer.android.com/studio
- select download
- Accept terms and conditions
- Open .dmg wait for installation
- Pass Icon to Applications
- Proceed to configure
How to download Android Studio on Linux
- Start on the android developer page: https://developer.android.com/studio
- select download
- Accept terms and conditions
- Open compressed .tar file
- files are extracted
- Open terminal in installed folder
- copy in terminal "cd bin"
- then copy in the terminal “./studio.sh”
- Proceed to installation
- It will open with ./studio.sh
- Proceed configuration
How to configure Android Studio
- Select template, I advise if it is your first app select "Empty Activity" so that you can work on it and learn more
- In name we will select the name of our app
- in Package very important change "Example" for anything I propose to put the developer name here
- 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