0% found this document useful (0 votes)
22 views5 pages

Page 3

Mobile App Development:Android

Uploaded by

Rupali Pandey
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)
22 views5 pages

Page 3

Mobile App Development:Android

Uploaded by

Rupali Pandey
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/ 5

9/25/23, 11:17 AM Android - Environment Setup

Menu Search tutorials, courses and ebooks...


Login

Home

Coding
HTML Ground
CSS Javascript SQL Python Java C C++ PHP Scala C#

Jobs
Android - Environment Setup
Whiteboard

Tools

You will be glad to know that you can start your Android application
development on either of the following operating systems −

Microsoft Windows XP or later version.


Mac OS X 10.5.8 or later version with Intel chip.

Linux including GNU C Library 2.7 or later.

Second point is that all the required tools to develop Android applications are
freely available and can be downloaded from the Web. Following is the list of
software's you will need before you start your Android application
programming.

Java JDK5 or later version


Android Studio
https://www.tutorialspoint.com/android/android_environment_setup.htm 1/5
9/25/23, 11:17 AM Android - Environment Setup

Here last two components are optional and if you are working on Windows
machine then these components make your life easy while doing Java based
application development. So let us have a look how to proceed to set required
environment.

Set-up Java Development Kit (JDK)


You can download the latest version of Java JDK from Oracle's Java site − Java
SE Downloads. You will find instructions for installing JDK in downloaded files,
follow the given instructions to install and configure the setup. Finally set PATH
and JAVA_HOME environment variables to refer to the directory that contains
java and javac, typically java_install_dir/bin and java_install_dir respectively.

If you are running Windows and installed the JDK in C:\jdk1.8.0_102, you
would have to put the following line in your C:\autoexec.bat file.

set PATH=C:\jdk1.8.0_102\bin;%PATH%
set JAVA_HOME=C:\jdk1.8.0_102

Alternatively, you could also right-click on My Computer, select Properties, then


Advanced, then Environment Variables. Then, you would update the PATH value
and press the OK button.

On Linux, if the SDK is installed in /usr/local/jdk1.8.0_102 and you use the C


shell, you would put the following code into your .cshrc file.

setenv PATH /usr/local/jdk1.8.0_102/bin:$PATH


setenv JAVA_HOME /usr/local/jdk1.8.0_102

Alternatively, if you use Android studio, then it will know automatically where
you have installed your Java.

Android IDEs
There are so many sophisticated Technologies are available to develop android
applications, the familiar technologies, which are predominantly using tools as
follows

https://www.tutorialspoint.com/android/android_environment_setup.htm 2/5
9/25/23, 11:17 AM Android - Environment Setup

Android Studio
Eclipse IDE(Deprecated)

Kickstart Your Career


Get certified by completing the course

Get Started

Print Page Previous Next

Advertisements

https://www.tutorialspoint.com/android/android_environment_setup.htm 3/5
9/25/23, 11:17 AM Android - Environment Setup

SP
WPS

SPW
Free Download

Download

Tutorials Point is a leading Ed Tech


company striving to provide the best
learning material on technical and non-
technical subjects.

About us Terms Our Products


Company Terms of use Free Library

Our Team Privacy Policy Articles

Careers Refund Policy Coding Ground

https://www.tutorialspoint.com/android/android_environment_setup.htm 4/5
9/25/23, 11:17 AM Android - Environment Setup

Jobs Cookies Policy Certifications

Become a Teacher FAQ's Courses

Affiliates eBooks

Contact Us Corporate Training

Free Web Graphics

Contact Us
Tutorials Point India Private Limited,
Incor9 Building, Kavuri Hills, Madhapur,
Hyderabad, Telangana - 500081, INDIA

© Copyright 2023. All Rights Reserved.

https://www.tutorialspoint.com/android/android_environment_setup.htm 5/5

You might also like