Header Ads

Breaking News
recent

Android - Environment Setup



You will be happy to realize that you can begin your Android application advancement on both of the accompanying working frameworks − 

Microsoft Windows XP or later form. 

Macintosh OS X 10.5.8 or later form with Intel chip. 

Linux including GNU C Library 2.7 or later. 

Second point is that all the expected devices to create Android applications are unreservedly accessible and can be downloaded from the Web. Following is the rundown of programming's you will require before you begin your Android application programming. 

  • Java JDK5 or later form 

  • Android Studio 

Here last two segments are discretionary and on the off chance that you are taking a shot at Windows machine then these parts make your life simple while doing Java based application improvement. So given us a chance to see how to continue to set required condition. 

Set-up Java Development Kit (JDK) 

You can download the most recent rendition of Java JDK from Oracle's Java website − Java SE Downloads. You will discover guidelines for introducing JDK in downloaded documents, adhere to the offered directions to introduce and design the setup. At long last set PATH and JAVA_HOME condition factors to allude to the registry that contains java and javac, normally java_install_dir/canister and java_install_dir individually. 

In the event that you are running Windows and introduced the JDK in C:\jdk1.8.0_102, you would need to put the accompanying line in your C:\autoexec.bat document. 

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

On the other hand, you could likewise right-tap on My Computer, select Properties, at that point Advanced, at that point Environment Variables. At that point, you would refresh the PATH esteem and press the OK catch. 

On Linux, if the SDK is introduced in/usr/nearby/jdk1.8.0_102 and you utilize the C shell, you would put the accompanying code into your .cshrc document. 

setenv PATH /usr/local/jdk1.8.0_102/bin:$PATH
setenv JAVA_HOME /usr/local/jdk1.8.0_102
On the other hand, on the off chance that you utilize Android studio, at that point it will know consequently where you have introduced your Java. 

Android IDEs 

There are such huge numbers of advanced Technologies are accessible to create android applications, the recognizable advances, which are dominatingly utilizing devices as pursues


No comments:

Powered by Blogger.