. Net programmers play with Android Development --- (1) Environment setup,. netandroid
For those who have never been familiar with Android development, it may be difficult to develop Android. In the next period, we will understand the details of Android development, mainly in the face. NET programmer, let's take a look. NET programmers how to develop Android. next, let's start with this topic.
To do a good job, you must first sharpen the tool. Below we prepare to build an Android development environment. Below are some development tools.
1. JDK Installation
Download jdk
Http://www.oracle.com/technetwork/java/javase/downloads/index.html
JDK has 32-bit and 64-bit versions. Select one based on your operating system.
Environment Variable
After JDK is installed, You need to configure environment variables to prepare for Eclipse use.
1. Right-click my computer-properties-advanced system settings-environment variables. The interface is as follows:
2. Added JAVA_HOME: C: \ Program Files \ Java \ jdk1.7.0 _ 40. This is the JDK installation directory. My JDK is installed on the C drive.
3. Added CLASSPATH:.; % JAVA_HOME % \ lib \ tools. jar; % JAVA_HOME % \ lib \ dt. jar; % JAVA_HOME % \ bin;
4. Path added:; % JAVA_HOME % \ bin;
After the configuration is complete, open the CMD window and enter java-version. The following interface is displayed, indicating that the installation is successful.
2. Eclipse, Android ADK
Eclipse and Android ADK can be downloaded from here
Http://yunpan.cn/cs8QbTHxdsjUB (extract code: 364a)
After downloading and unzipping, the interface is as follows:
In this way, the Android development environment has been set up
How can JAVA programmers and C #/NET programmers develop Android applications faster?
If the source code of java is faster, if a tool like perfect e is used,. net will be faster.
C # confusions of programmers who develop website programs (answered by net programmers)
Programmers are not a job. Writing programs in China must become an interest and pursuit before they can stick to the end. If not, do not get involved.