Install Android Studio
Android Studio is the official Integrated Development Environment (IDE) recommended by Google for Android application development, based on IntelliJ IDEA
Download Android Studio
Requirements:-
- 4 GB RAM minimum, 8 GB RAM recommended
- 2 GB of available disk space minimum, 4 GB Recommended (500 MB for IDE + 1.5 GB for Android SDK and emulator system image)
- 1280 x 800 minimum screen resolution
- Microsoft Windows 7/8/10 (32- or 64-bit). The Android Emulator supports 64-bit Windows only
- For .exe file (recommended), double-click to launch it.
- For the .zip file, unpack the ZIP, copy the android-studio folder into your Program Files folder(usually in C drive), and then open the android-studio > bin > studio64.exe (for a 64-bit machine) or studio.exe (for a 32-bit machine).
- Follow Android Studio Setup Wizard which helps you with the rest of the process and install any recommended SDK packages.
- Give location D drive for SDK.
Installation on MAC
- 4 GB RAM minimum, 8 GB RAM recommended
- 2 GB of available disk space minimum, 4 GB Recommended (500 MB for IDE + 1.5 GB for Android SDK and emulator system image)
- 1280 x 800 minimum screen resolution
- Mac OS X 10.10 or higher
- Launch the Android Studio DMG file
- Drag and drop Android Studio into the Applications folder and launch Android Studio.
- Check/Uncheck to import previous Android Studio settings, then click OK.
- Follow Android Studio Setup Wizard which helps you with the rest of the process which includes downloading Android SDK components that required for the development.
Installation on Linux
- 4 GB RAM minimum, 8 GB RAM recommended
- 2 GB of available disk space minimum, 4 GB Recommended (500 MB for IDE + 1.5 GB for Android SDK and emulator system image)
- 1280 x 800 minimum screen resolution
- GNOME or KDE desktop
- GNU C Library (glibc) 2.19 or later
- 64-bit distribution capable of running 32-bit applications
- Unpack the .zip file downloaded to your preferred location, such as within /usr/mindorks/ for your user profile, or /opt/ for shared users.
- To launch Android Studio, open a terminal(ctrl + alt + T), navigate to the directory android-studio/bin, and execute studio.sh by running ./studio.sh
- Check/Uncheck to import previous Android Studio settings, then click OK.
- Follow the Android Studio Setup Wizard which helps you with the rest of the process which also includes downloading Android SDK components that required for the development.
$ sudo apt-get install libc6:i386 libncurses5:i386 libstdc++i386 lib32z1 libbz2–1.0:i386
$ sudo yum install zlib.i686 ncurses-libsi686 bzip2-libs.i686