0% found this document useful (0 votes)
493 views

Installation Procedure: - Install Android Studio

This document provides installation instructions for running an app on a real Android device. It first lists the steps to install the JDK, set the classpath, and check that the JDK is running properly. It then describes how to install Android Studio and the SDK/AVD Manager. Finally, it outlines how to set up the device by enabling USB debugging in the developer options and running the app on the device from Android Studio by selecting the app and target device.

Uploaded by

Arkya Manni
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
493 views

Installation Procedure: - Install Android Studio

This document provides installation instructions for running an app on a real Android device. It first lists the steps to install the JDK, set the classpath, and check that the JDK is running properly. It then describes how to install Android Studio and the SDK/AVD Manager. Finally, it outlines how to set up the device by enabling USB debugging in the developer options and running the app on the device from Android Studio by selecting the app and target device.

Uploaded by

Arkya Manni
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Installation Procedure

• Install JDK version 6 or more.


– https://www.java.com/en/download/
• Set class path
– https://javarevisited.blogspot.com/2013/02/windows-8-set-path-and-
classpath-java-windows-7.html
• Check JDK is running properly.
– Open cmd and give command javac
– Install android studio
https://developer.android.com/studio/
– Open android studio and go to tools to install SDK
Manager and AVD Manager.
– Select API 27 and Install
– https://www.thecrazyprogrammer.com/2016/08/solve-
intel-haxm-error-android-studio.html

4/12/2020 Dr. Sandip Mal


Run on a real device
• Set up your device as follows:
• Connect your device to your development machine with a USB cable. If you
developed on Windows, you might need to install the appropriate USB driver for
your device.
• Perform the following steps to enable USB debugging in the Developer
options window:
– Open the Settings app.
– If your device uses Android v8.0 or higher, select System. Otherwise, proceed to the next step.
– Scroll to the bottom and select About phone.
– Scroll to the bottom and tap Build number seven times.
– Return to the previous screen, scroll to the bottom, and tap Developer options.
– In the Developer options window, scroll down to find and enable USB debugging.
• Run the app on your device as follows:
• In Android Studio, select your app from the run/debug configurations drop-down
menu in the toolbar.
• In the toolbar, select the device that you want to run your app on from the target
device drop-down menu.

4/12/2020 Dr. Sandip Mal


4/12/2020 Dr. Sandip Mal

You might also like