How to install Android Studio

Android Studio : Installation and setup

Android Studio is the official Integrated Development Environment (IDE) for Android app development, based on IntelliJ IDEA . On top of IntelliJ's powerful code editor and developer tools, Android Studio offers even more features that enhance your productivity when building Android apps, such as:
  • A flexible Gradle-based build system
  • A fast and feature-rich emulator
  • A unified environment where you can develop for all Android devices
  • Instant Run to push changes to your running app without building a new APK
  • Code templates and GitHub integration to help you build common app features and import sample code
  • Extensive testing tools and frameworks
  • Lint tools to catch performance, usability, version compatibility, and other problems
  • C++ and NDK support
  • Built-in support for Google Cloud Platform, making it easy to integrate Google Cloud Messaging and App Engine

System Requirements for installation

Windows
  • Microsoft® Windows® 7/8/10 (32- or 64-bit)
  • 3 GB RAM minimum, 8 GB RAM recommended; plus 1 GB for the Android Emulator
  • 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
  • Mac® OS X® 10.10 (Yosemite) or higher, up to 10.13 (macOS High Sierra)
  • 3 GB RAM minimum, 8 GB RAM recommended; plus 1 GB for the Android Emulator
  • 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
Linux
  • GNOME or KDE desktopTested on Ubuntu® 14.04 LTS, Trusty Tahr (64-bit distribution capable of running 32-bit applications)
  • 64-bit distribution capable of running 32-bit applications
  • GNU C Library (glibc) 2.19 or later
  • 3 GB RAM minimum, 8 GB RAM recommended; plus 1 GB for the Android Emulator
  • 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 
Installing Android Studio:
open android-studio-bundle-143.2821654-windows.exe to start the installation process.
Set up Android Studio
Clicking Next took me to the following dialog box, which gives you the option to decline installing the Android SDK (included with the installer) and an Android Virtual Device (AVD)
select component to install
keep the default settings. After clicking Next, you'll be taken to the license agreement dialog box. Accept the license to continue the installation.
licence agreement
 Next you have to set installation location
set the installaion location
Next one is for the creating a shortcut for launching this program
create a shortcut

The dialog box will inform you when installation has finished. When you click Next, you should see the following:
installation completed

To complete your installation, leave the Start Android Studio box checked and click Finish.
import settings
The first dialog box focuses on importing settings from any previously installed version of Android Studio. you can just keep the default setting and click OK.
Validate your SDK
When you click Next, the setup wizard invites you to select an installation type for your SDK components. For now you keep the default standard setting.
type of setup
click on standard and move on
verify settings
verify your settings, then click Finish to continue.
Finally, click Finish to complete the wizard. You should see the Welcome to Android Studio dialog box:

Boom! Everything done!
Now go and create your first android application
How? check this out - how to create a android application using Android Studio
If you faced any problem then please comment.





Comments

Ad

Popular posts from this blog

VHDL Code for AND gate With Test Bench

VHDL code for Half adder with Test Bench

VHDL code for Full Adder With Test bench