Steps For Downloading Android Studio

Posted on by

Download Android Studio for Windows 32-bit. Download Android Studio for Windows 32-bit android-studio-ide-1-windows32.zip. Download Android Studio. Before downloading, you must agree to the following terms and conditions. Terms and Conditions This is the Android Software Development Kit License Agreement. Jan 28, 2017  learn how to download and install android studio on windows 10 link to download: How to Download and Install.

Introduction

Android is an Operating System for mobile devices developed by Google, which is built upon Linux kernel. Android competes with Apple's iOS (for iPhone/iPad), RIM's Blackberry, Microsoft's Windows Phone, Symbian OS, and many other proprietary mobile OSes.

The latest Android supports Phone/Tablet, TV, Wear (watch and glass), Automobile and Internet of things.

Steps For Downloading Android Studio 2

Android Platform
Steps For Downloading Android Studio

Android is based on Linux with a set of native core C/C++ libraries. Android applications are written in Java. However, they run on Android's own Java Virtual Machine, called Dalvik Virtual Machine (DVM) (instead of JDK's JVM) which is optimized to operate on the small and mobile devices.

Downloading Android Studio

In May 2017, Google announced support for Android app development in the Kotlin programming language, supported in Android Studio 3.0. Kotlin will not be discussed in this article.

The mother site for Android is https://www.android.com. For programmers and developers, visit https://developer.android.com to download the SDK, Android Training, API Guides and API documentation.

Installing 'Android Studio IDE' and 'Android SDK'

Installing Android software is probably the most challenging part of this project - for the unlucky ones. It takes times - from 30 minutes to n hours to forever - depending on your luck (in fact, your IT knowledge) and your PC. You probably need a fairly decent PC (with 8GB RAM) and 10GB of free disk space to run the Android emulator!!! Running on actual Android devices (phone, tablet) requires much lesser resources.

Step 0: Pre-Installation Check List
  1. Before installing Android SDK, you need to install Java Development Kit (JDK). Read 'How to install JDK'. Ensure that your JDK is at or above 1.8. You can check your JDK version with command 'javac -version'.
  2. Uninstall older version(s) of 'Android Studio' and 'Android SDK', if any.
  3. The installation and many operations take a LONG time to complete. Do NOT stare at your screen or at the ceiling. Browse through the 'Android Developers' @ https://developer.android.com. For developers, check out the 'Developer Guides'.
  4. We need to install:
    1. Android Studio, which is an Integrated Development Environment (IDE) based on IntelliJ (a popular Java IDE); and
    2. Android Software Development Kit (SDK) for developing Android apps.
Step 1: Install 'Android Studio IDE'

Reference: 'Install Android Studio' @ https://developer.android.com/studio/install.

(For Windows)
  1. Check that environment variable JAVA_HOME is set to the JDK installation directory via command 'set JAVA_HOME'. Otherwise, Follow the steps HERE.
  2. Check the system requirements for Android Studio/SDK @ https://developer.android.com/studio#Requirements e.g., For Windows 10, recommended 8GB of RAM, 4GB of disk space, and 1280x800 minimum screen resolution.
  3. Goto 'Android Studio' @ https://developer.android.com/studio ⇒ Click 'Download Android Studio 3.3.x for Windows 64-bit (948MB)', e.g., android-studio-ide-182.xxxxxxx-windows.exe.
  4. Run the downloaded installer ⇒ You may watch a short video @ https://developer.android.com/studio/install ⇒ In 'Choose Components', select 'Android Studio' and 'Android Virtual Device' ⇒ In 'Android Studio Installation Location', accept the default 'C:Program FilesAndroidAndroid Studio' ⇒ Follow the on-screen instruction and accept the defaults to complete the installation. You need about 3-4GB of free disk space! Take note (and take photo) on the installation locations of 'Android Studio' (by default @ 'C:Program FilesAndroidAndroid Studio') and the 'Android SDK' (by default @ c:UsersusernameAppDataLocalAndroidSdk).
(For Mac OS X)
  1. Check the system requirements @ https://developer.android.com/studio#Requirements e.g., For Mac OS X 10.10 to 10.13, recommended 8GB of RAM, 4GB of disk space, and 1280x800 minimum screen resolution.
  2. Goto 'Android Developer' @ https://developer.android.com/index.html ⇒ Select 'Get Android Studio' ⇒ 'Download Android Studio 3.3.x for Mac (997MB)', e.g., android-studio-ide-182.xxxxxxx-mac.dmg.
  3. Launch the downloaded '.dmg' installation file ⇒ You may watch a short video @ https://developer.android.com/studio/install.
  4. Drag and drop Android Studio into the 'Applications' folder. The installation will continue to Step 2 below.
    Note: If you see a warning that says the package is damaged and should be moved to the trash, go to System Preferences ⇒ Security & Privacy ⇒ under Allow applications downloaded from ⇒ select Anywhere. Then run again.
    The 'Android SDK' will be installed in '~/Library/Android/sdk' by default, where ~ denotes your home directory.
Step 2: Installing Android SDK

Notes: Adding too many SDK packages, especially the so-called system images for emulating different device (e.g., various phone/tablet), will take an extremely LONG time, especially if everyone is downloading and jamming up the network. The system images also take up a lot of disk space - a few GBytes per API level!!! For our toy project, we only need a small set of SDK packages.

[TODO] Check if it is possible to copy the SDK instead of downloading the 1GB during installation?

(For Windows)
  1. Launch Android Studio ⇒ It will run the 'setup' wizard for the first launch ⇒ do not import previous settings ⇒ In 'Welcome', choose 'next' ⇒ In 'Install Type', choose 'Standard' (default) ⇒ In 'Select UI Theme', select 'IntelliJ' (default) ⇒ Take note of the SDK folder, by default @ c:UsersusernameAppDataLocalAndroidSdk ⇒ Finish.
    This step will download another 1GB of SDK package and take times to complete.
    Note: In Windows, 'AppData' is a hidden directory. You need to choose 'View' ⇒ Check 'Show Hidden Items' to see this directory.
  2. (Optional) You can check the SDK packages installed by selecting 'Configure' (at the bottom of Android Studio) ⇒ 'SDK Manager' ⇒ 'Android SDK' (sidebar):
    • Under 'SDK Platforms' tab:
      • Android 8.1 (Oreo) (API Level 27)
    • Under 'SDK Tools' tab:
      • Android SDK Build Tools 29-rc1
      • Android Emulator (27.1.12)
      • Android SDK Platform-Tools (28.0.2)
      • Android SDK Tools (26.1.1)
      • Intel x86 Emulator Accelerator (HAXM installer) (7.3.2)
      • Support Repository (ConstraintLayout for Android, Solver for ConstraintLayout, Android Support Repository, Google Repository)
(For Mac OS X)
  1. Launch Android Studio ⇒ It will run the 'setup' wizard for the first launch ⇒ do not import previous settings ⇒ In 'Welcome', choose 'next' ⇒ In 'Install Type', choose 'Standard' (default) ⇒ Take note of the SDK folder, by default @ '/Users/username/Library/Android/sdk' (aka '~/Library/Android/sdk') ⇒ Finish.
    This step will download another 1GB of SDK package and take quite sometimes to complete.
  2. (Optional) You can check the SDK packages installed by selecting 'Configure' (at the bottom of Android Studio) ⇒ 'SDK Manager' ⇒ 'Android SDK' (sidebar):
    • Under 'SDK Platforms' tab:
      • Android 8.1 (Oreo) (API Level 27)
    • Under 'SDK Tools' tab:
      • Android SDK Build Tools 29-rc1
      • Android Emulator (27.1.12)
      • Android SDK Platform-Tools (28.0.2)
      • Android SDK Tools (26.1.1)
      • Intel x86 Emulator Accelerator (HAXM installer) (7.3.2)
      • Android Support Repository (ConstraintLayout for Android, Solver for ConstraintLayout, Android Support Repository, Google Repository)

Write your First Android App

Android apps are written in Java, and use XML extensively. I shall assume that you have basic knowledge of Java and XML.

Take note that Android emulator is slow - VERY VERY VERY SLOW!!! Be Patient!!!

Hello-World

Step 0: Read

Goto 'Android Guides' @ https://developer.android.com/guide/index.html. Read 'Building your first app'.

Step 1: Create a New Android Project
  1. Launch Android Studio.
  2. Choose 'Start a new Android Studio Project'.
  3. In 'Choose your project', select 'Phone and Tablet' tab ⇒ 'Empty Activity' ⇒ Next.
  4. In 'Configure your project' ⇒ Set 'Name' to 'Hello Android' (this will be the 'Title' in your phone's app menu) ⇒ The 'Package name' and 'Save Location' will be updated automatically ⇒ In 'Language', select 'Java' ⇒ Leave the 'Minimum API Level' and the rest to default ⇒ Finish.
  5. Be patient! It could take a few minutes to set up your first app. Watch the 'progress bar' at the bottom status bar and Zzzzzzzzz... Once the progress bar indicates completion, a hello-world app is created by default.
Step 2: Setup Emulator (aka Android Virtual Device (AVD))

To run your Android app under the emulator, you need to first create an Android Virtual Devices (AVD). An AVD models a specific device (e.g., your jPone or Taimi). You can create AVDs to emulate different android devices (e.g., phone/tablet, android version, screen size, and etc.).

  1. In Android studio, select 'Tools' ⇒ Android ⇒ AVD Manager. See 'Common Errors' below if you cannot find 'AVD manager'.
  2. Click 'Create Virtual Device'.
  3. In 'Choose a device definition' ⇒ In 'Category', choose 'Phone' ⇒ In 'Name', choose '2.7 QVGA' (the smallest device available - you can try a bigger device later) ⇒ Next.
  4. In 'System Image: Recommended' ⇒ Select the version with the highest API level ⇒ Click 'Download' ⇒ Next.
  5. In 'AVD Name', enter '2.7 QVGA API 27' (default) ⇒ Finish.
  6. If you see 'VT-x is disabled in BIOS': Check your BIOS setting to ensure that 'Virtualization Technology' is enabled. Shutdown and re-boot your PC to enter the BIOS setup. This is machine dependent. Google 'Your-PC-brand-and-model enter BIOS setup'. For example, for my HP computer ⇒ Boot ⇒ 'ESC' to enter BIOS setup ⇒ Advanced ⇒ System Options ⇒ Check 'Virtualization Technology (VTx)' ⇒ Save ⇒ Exit.
Step 3: Run the Android App on Emulator
  1. Select the 'Run' menu ⇒ 'Run app' ⇒ Under 'Available Virtual Devices', select '2.7 QVGA API 27' ⇒ OK.
  2. You MAY BE prompted to install Intel HAXM (Hardware Accelerated Execution Manager). Follow the instruction to install HAXM.
  3. Be patient! It may take a few MINUTES to fire up the app on the emulator. You first see a Google logo ⇒ then 'Android' ⇒ then the 'wallpaper' ⇒ then the 'Hello, world!' message.
    If you have problem running on the emulator, I suggest you try to run on an actual Android device (phone/pad) if you have one. Goto next step.
  4. DO NOT CLOSE THE EMULATOR, as it really takes a long time to start. You could always re-run the app (or run a new app) on the same emulator. Try re-run the app by selecting 'Run' menu ⇒ 'Run app'.

Common Errors:

  1. If everything fails, select 'File' menu ⇒ 'Invalidate Caches / Restart..' ⇒ and wait ..
  2. Cannot find 'AVD manager' in the 'Tool' menu: You may not have enough packages needed for the project. You should have a window with Gradle alert with a link which you can click and you will see a window with a prompt to download missing packages. When all stuff downloaded the 'ADV manager' should be enabled.
  3. If you get an error message 'Fail to find target with hash string 'android-26''. Either click the link 'Install missing platform(s) and sync project' to install API-26 (another GB download!); or Under 'Gradle Scripts' ⇒ Open 'build.gradle (Module: app)' ⇒ Change 'compileSdkVersion' and 'targetSdkVersion' from 26 to 27 (we have installed API-27) and 'com.android.support:appcompat-v7:26.x.x' to '27.0.0'.
  4. If you get an error message 'Re-download dependencies and sync project (requires network)', click the link to download. If the message appears again:
    • (Windows) Goto 'C:Usersusername.gradlewrapperdists' and delete 'gradle-x.x-all'. Take note the '.gradle' is a hidden directory and you need to enable viewing of hidden directory.
    • (Macs) Goto '~.gradlewrapperdists' and delete 'gradle-x.x-all'. Take note the '.gradle' is a hidden directory and you need to enable viewing of hidden directory.
    Restart Android Studio.
    This error is due to poor network condition, resulted in corrupted download.
  5. If you encountered error 'Emulator: ERROR: x86 emulation currently requires hardware acceleration', Read 'https://stackoverflow.com/questions/29136173/emulator-error-x86-emulation-currently-requires-hardware-acceleration', (6), and (7).
  6. If you encountered error 'HAX is not working..' ⇒ Open 'SDK Manager' ⇒ SDK Tools ⇒ Check if 'Intel x86 Emulator Accelerator (HAXM Installer)' is installed ⇒ Goto SDK Location (by default, 'C:Usersyour-usernameAppDataLocalAndroidSdkextrasintelHardware_Accelerated_Execution_Manager' for Windows or '~/Library/Android/sdk/extras/intel/Hardware_Accelerated_Execution_Manager' for Mac OS X) ⇒ run 'intelhaxm-android.exe' to install HAXM ⇒ Be patient! The installer may take a while to launch ⇒ Follow the screen instructions to complete the setup.
    Take note that: (a) In Windows, the 'AppData' directory is hidden. You need to unhide via 'Control Panel' ⇒ 'Folder Options' (or 'File Explorer Options' in Windows 10) ⇒ Check 'Show hidden files, folders, and drives'. (b) In Mac OS X, the 'Library' folder is hidden. You can unhide via 'Finder' ⇒ Go ⇒ Home ⇒ Settings ⇒ Show View Option.
    If the problem persists, remove and then re-install.
  7. If you encountered error 'Intel virtualization technology (VT-x) is not turned on' ⇒ Check your BIOS setting to ensure that 'Intel virtualization technology' is enabled. Shutdown and re-boot your PC to enter the BIOS setup. This is machine dependent. Google 'Your-PC-brand-and-model enter BIOS setup'.
    If 'Intel virtualization technology' is already enabled, this error is probably caused by your antivirus software. Disable your antivirus for this session and rerun.
    See http://stackoverflow.com/questions/21635504/error-during-installing-haxm-vt-x-not-working.
  8. If you have problem creating AVD via 'AVD Manager' (On Mac OS X having error 'Studio quit unexpectedly'), open the AVD manager via command line as follows:
Step 4: Run the Android App on Real Devices

Reference: 'Running Your App', 'Run on Real Device' @ https://developer.android.com/training/basics/firstapp/running-app.html#RealDevice.

To run the Android app on a REAL device (Android Phone or Tablet):

  1. Connect the real device to your computer. Make sure that you have the 'USB Driver' for your device installed on your computer. If not, goto https://developer.android.com/studio/run/oem-usb.html to Install OEM USB Drivers. If you device is not certified there, good luck! It took me many hours to find a compatible driver for my cheap un-brand Tablet.
  2. Enable 'USB Debugging' mode on your real device:
    (On Android 4.2/5.0 and newer) Need to enable 'Developer options' via 'Settings' ⇒ About Phone ⇒ Scroll to the bottom and tap 'Build number' seven (7) times until 'Developer Mode' is displayed. Return to the previous screen to find 'Developer options' ⇒ Open 'Developer options' ⇒ Enable 'USB debugging'.
    (On Android 4.0) From 'Settings' ⇒ 'Developer options' ⇒ Check 'USB Debugging'.
    (On Android 3.2 and older) From 'Settings' ⇒ 'Applications' ⇒ 'Development' ⇒ Check 'USB Debugging'.
    This allows Android SDK to transfer data between your computer and your device. Also enable 'Unknown source' from 'Applications'. This allows applications from unknown sources to be installed on the device.
  3. You shall see the message 'USB Debugging Connected' when you plugs the USB cable into your computer.
  4. From Android Studio, select 'Run' menu ⇒ 'Run app' ⇒ Your device shall be listed under 'Choose a running device' ⇒ Select the device ⇒ OK.
Deleting a Project

To delete a project, select 'File' ⇒ 'Close Project' ⇒ On the 'Recent Projects' ⇒ Hover over the project ⇒ Press 'Delete' key on the project to remove the project from Android Studio ⇒ You can then delete the project directory from the file system.

Hello-world 'by Coding'

There are two ways to create User Interface (UI) on Android: (1) Write Java codes; (2) Layout via XML descriptions and let the system generates the Java code for you.

Let's begin with writing Java codes (because I suppose to teach you programming). We shall continue from the 'Hello Android' project created earlier.

MainActivity.java

Expand the 'app' node. Expand the 'java' node. Expand the 'com.example.helloandroid' package node. Open the 'MainActivity.java' (which actually has already been opened). REPLACE the onCreate() method as follows and add the import statement. Do not touch the rest of the codes.

Run the application ('Run' ⇒ 'Run app'). You shall see the message 'Hello, from my Java code!' displayed.

Dissecting the 'MainActivity.java' - Application, Activity & View

An Android application could have one or more Activity.

An Activity, which usually has a screen, is a single, focused thing that the user can interact with the application (hence called activity). The MainActivity extends the android.app.Activity class (or android.support.v7.app.AppCompatActivity in the later version), and overrides the onCreate() method. The onCreate() is a call-back method, which is called back by the Android system when the activity is launched.

A View is a UI component (or widget, or control). We construct a TextView (which is a subclass View for showing a text message), and set its text. We then set the content-view of the MainActivity screen to this TextView.

Android Application Descriptor File - 'AndroidManifest.xml'

Each Android application has a manifest file named AndroidManifest.xml under 'app' ⇒ 'manifests'. It describes the Android app.

For example, our 'Hello Android' application, with an activity called MainActivity, has the following manifest (generated automatically by the Android Studio when the project was built):

  • The <manifest> element specifies the package name.
  • The <manifest> contains one <application> element.
  • The <application> element specifies the icon, label (the app's title) and theme of this application. It contains one ore more <activity> elements.
  • This application has one activity. The <activity> element declares its program name ('MainActivity' in current package '.'). It may contain <intent-filter>.
  • The <intent-filter> declares that this activity is the entry point (android.intent.action.MAIN) of the application. This activity is to be added to the application launcher (android.intent.category.LAUNCHER).

Hello-World using 'XML Layout'

Instead of writing Java codes to create the user interface (UI) (as in the above example using a TextView component). It is more flexible and therefore recommended to layout your UI components via a descriptive XML layout file. In this way, you don't need to hardcode the views, and you can easily modify the look and feel of the application by editing the XML markups. The Java codes can therefore focus on the business logic.

Let's rewrite our hello-world to use XML layout.

Step 1: Create a New Android Application

CLOSE the previous project, via 'File' ⇒ 'Close Project' (Always CLOSE the previous project before starting a new project).

'Start a new Android Studio project' ⇒ 'Phone and Tablet' ⇒ 'Empty Activity' ⇒ Set 'Name' to 'Hello Android XML'.

Step 2: Define the Layout in XML - 'reslayoutactivity_main.xml'

Expand the 'app', 'res (resource)', 'layout' node. Open the 'activity_main.xml' (which is actually already opened). Android Studio provides two views for this XML file: 'Design (or Graphical)' and 'Text (or XML)' - selectable at the bottom of the panel.

Select the 'Text' mode and study the codes:

It declares a TextView (text field) that holds a text string 'Hello World!'. The TextView component has width and height big enough to hold its content ('wrap_content').

Step 3: Defining String References and Values - 'resvaluesstring.xml'

Instead of hardcoding the Hello-World string directly inside the TextView (as in the above XML file), we shall use a string reference (similar to a variable) for better flexibility.

Expand res/values node. Open strings.xml, and ADD the line in red:

This 'string.xml' defines 2 references/values:

But most importantly, try not to come across the big and terrible Gargamel. Which has been hunting you for a very long time. Smurf life game download for android free. Smurfs' Village (MOD, Unlimited Money) - An interesting game that was created based on the famous animated series, this game will take you far into the forest, in which you will become the founder and leader of your small village. Create your own small city, which will have everything you need for a happy life.

  • A string reference (variable) 'app_name' contains the application's name, that you entered when you created the project.
  • A string reference (variable) 'hello' contains the value of 'Hello world from XML!'.

Now, modify the 'activity_main.xml' to use the string reference 'hello', in the format '@string/hello', as follows:

Step 4: The Activity - 'MainActivity.java'

Next, check the 'MainActitivy.java' (under app/java/com.example.helloandroidxml), as follows:

The 'MainActivity' sets its content-view to 'R.layout.activity_main', which is mapped to the XML layout file 'reslayoutactivity_main.xml' that we have modified earlier.

Step 5: Run the App

Run the application. You shall see the new string 'Hello, from XML!' displayed.

REFERENCES & RESOURCES

  1. Android Developer @ http://developer.android.com/index.html.
  2. 'Android Guides' @ http://developer.android.com/guide/index.html.
  3. Android 'API Reference' @ https://developer.android.com/reference/packages.html.

When developing an application we require a min sdk version or API level for Android app development. Some cases the earlier app which you have developed was in older version and your current Android Studio sdk does not have that version and you are looking to get that version in your android studio then follow the below given steps:

There will be two approaches to get this work done. We will look on them one by one.

How to Download a new API for sdk in Android Studio

Steps For Downloading Android Studio Windows 10

Approach I To Download A New API For SDK

Step 1: Open your android studio

Step 2: Click on Tools options in Android toolbar. Select Android > SDK manager

Step 3: Android studio will show you an pop up window. Select SDK Platforms

Steps For Downloading Android Studio 3

step 4: Here you will get the list of all available Android version. The status of every API is given(Installed/partially installed/not installed)

Step 5: Select your desired API level and Click apply to install.

Step 6: Android Studio will show you another window. Click on Accept and click Next, android studio will start downloading your desired API level.

Note: In this approach you will be able to download the Source tools for you API level. But if You want to get the More detailed info about your required API then follow approach II.

Approach II To Download New Api in SDK

Step 1: Select Tools>Android>sdk manager

Step 2: Once you will get the pop up window then click on “Launch Standalone SDK Manager”

Step 3: Android studio will open up another classic SDK manager window.

Step 4: Inside this classic sdk manger window you will get the detailed info for even API level. You can select the packages you want to download and click on install Packages.

Step 5: click on Accept all to accept the license and sdk manager will start downloading your API level.

KingoRoot - The Best One Click Android Root Apk for Free. KingoRoot, both PC and APK version, offers the easiest and fastest Android rooting experience for almost all devices and has the highest success rate. How to root android 4 0 tablet Download Root APK for android Gingerbread 2.3.3 - 2.3.7 2010 year, android Ice Cream Sandwich 4.0.3 - 4.0.4 2011 year, android Jelly Bean 4.1.x 2012 year, android Jelly Bean 4.2.x 2012 year, android Jelly Bean 4.3 2013 year, android KitKat 4.4 2013 year, android Lollipop 5.0 2014 year, android Lollipop 5.1 2015 year, android Marshmallow 6.0 2015 year, android. Download kigoroot for android 4.0.4.