This article mainly introduces the construction of Android development environment under Ubuntu, and the IDE used is Eclipse (the same is true for Android Studio, and the steps of configuring SDK and installing adt plug-in can be omitted). 1. Install JDK (1) JDK8 download address: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html (2) Select the Linux version to download. If you download a tar package, use the command #tar xvzf xxx.tar.gz to decompress it. If you download an rpm package, use rpm -ivh xxx.rpm to install it. (3) Configure environment variables: Execute the command vi /etc/profile to edit the profile configuration file and add the following lines
2. Install SDK (1) Ubuntu x64 system needs to install 32-bit library files for compatibility with 32-bit programs
(2) SDK download official website http://developer.android.com/sdk/index.html, domestic mirror http://gmirror.org/#android-sdk-tools-only
(3)
Add the following content
3. Install eclipse Download eclipse for linux version and install http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/neonr 4. Install the adt plugin (1) Start Eclipse and select Help>Install New Software (2) Click Add, enter "ADT" in Name and "http://dl-ssl.google.com/android/eclipse/" in Location. The adt version should be consistent with the sdk version. (3) Configure the ADT plug-in Select Window > Preferences, select Android in the list on the left, and specify the path to the SDK. (4) Adding platforms and other components Select Window > Android SDK Manager, select a Platform, and install. |
<<: A comprehensive review of mainstream VR engines at home and abroad: Which VR engine is the best?
At the end of 2019, I summarized and reflected on...
According to the latest forecast report released ...
To solve the server speed problem, there is not o...
For novice friends who have just entered the indu...
Wang Qiong's tea art video tutorial "11 ...
50 questions about Douyin influencer promotion ! ...
In the marketing process, there is a type of keyw...
From traveling across mountains and rivers to car...
In fact, the fundamental problem is the lack of t...
1. Have a clear and measurable goal We all like t...
Douyin is a very popular self-media video APP now...
The 100,000 refers to the monthly budget, not the...
Recently, I have learned and practiced React, whi...
Course catalog: ├──Video| ├──01 Why is the typeset...
Author: Yang Jun, Unit: China Mobile Xiong'an...