[Beginners] How to Download and Set Up Android Studio

In Today’s Tutorial, I will teach the Newbies how to download, Install and Set up Android Development Environment known as Android Studio.

android studio logo

Android Studio is a development environment to develop Android Apps, Android Tv, Wears, and Games using its a fast and powerful tool. It contains all the Tools needed to start up your development, like Emulators.

Also support C++ and NDK.

Download Android Studio

Android Studio is Available for Windows, MacOs and Linux platfoams. you can download from Android Studio page here

Minimum System Requirements 


Windows OS

  • Microsoft Windows 7/8/10 (32-bit or 64-bit)
  • 2 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
  • JDK 8
  • For accelerated emulator: 64-bit operating system and Intel processor with support for Intel VT-x, Intel EM64T (Intel 64), and Execute Disable (XD) Bit functionality

Mac OS

  • Mac OS X 10.8.5 or higher, up to 10.11.4 (El Capitan)
  • 2 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
  • JDK 6

Linux OS

  • GNOME or KDE desktop: Tested on Ubuntu 12.04, Precise Pangolin (64-bit distribution capable of running 32-bit applications)
  • 64-bit distribution capable of running 32-bit applications
  • GNU C Library (glibc) 2.11 or later
  • 2 GB RAM minimum, 8 GB RAM recommended.
Once you ensure your system meet the minimum Recommendation the continue.
Screenshot2Bfrom2B2017 01 282B05 42 52
Download for your desired Platform
For Windows, after downloading the executable file double click to run and follow the instruction to install.
If asked to point to where Java is installed, you need to download Java JDK  install and set an environment variable in order to direct the installer to the proper location. To do that, select Start menu > Computer > System Properties > Advanced System Properties. From there you’ll open the “Advanced” tab and click “Environment Variables.” Here you’ll add a new system variable titled JAVA_HOME that points to your JDK folder.
For example:
C:/Program Files/Javajdk1.7.0_21
androidstudiop1 fig1 100677709 medium.idge
androidstudiop1 fig2 100677732 medium.idge

Select the SDk android Virtual Device Components to Install

androidstudiop1 fig3 100677707 medium.idge

Accept The Agreements to continue

androidstudiop1 fig4 100677708 medium.idge

Choose a location to install Android Studio you can just leave it at default.

androidstudiop1 fig5 100677710 medium.idge
androidstudiop1 fig6 100677711 medium.idge

Click finish when done.

androidstudiop1 fig8 100677713 medium.idge
androidstudiop1 fig9 100677728 large.idge
androidstudiop1 fig10 100677726 large.idge
androidstudiop1 fig11 100677714 large.idge

The Wizard will download some component so you need to connect to the Internet to download them.

androidstudiop1 fig12 100677715 large.idge
androidstudiop1 fig14 100677717 large.idge
Now Android Studio has been Successfully Installed.
Conclusion
If You Encounter any error in the cause of the installation I want to share with you a known android developer  or just please let me know, and comment below.

Read More Post