directly decompress the package and use it. (I have myeclipse 6.5)4. Download the Android ADT plug-in of Eclipse Install the Eclipse plug-in (ADT)To download and install the ADT plug-in, follow the steps Google provides to developers:1. Start Eclipse and select "Help"> "Software Updates"> "Find and Insta ll"2. In the
the android source code, we can use JDK 5 or JDK 6; when using "make SDK" to compile, javadoc is used to generate documents. javadoc must use javadoc of jdk5; otherwise, compilation will fail. Therefore, we can install jdk5 and jdk6, and then point javadocand javadoc.1.gz to corresponding tools of jdk5. other tools still use jdk6. Of course, we can only install JDK 5 or only use JDK 5. For more information, see
2. Use
For more information, see the official documentation.
https://sites.google.com/a/Android.com/opensource/using-eclipse
Next, we will summarize from the official documents how to use eclipse to develop the Android source code.
1. Establish a basic Android Development Environment
Please refer to the official docum
source code in the root directory. Pay attention to some configurations. For more information, see
3. Copy the eclipse project configuration file to the root directory of the Android source code.Cp development/ide/eclipse/. classpath ./Chmod u + w. classpath # Make the copy writable4. modify the configuration of the
, see
3. Copy the Eclipse project configuration file to the root directory of the android source code.CP development/IDE/Eclipse/. classpath ./Chmod U + W. classpath # Make the copy writable4. modify the configuration of the eclipse Program1) Increase
About how to debug the Android program using Eclipse and DDMS, and how to debug the android program using eclipseHow to Use Eclipse and DDMS to debug Android programs
There are many ways to debug programs in Eclipse development to
check C:\Program Files (x86) \java There is no jdk1.7.0_25 folder.1. First download eclipse,You can:(1) Select the one you want:To http://www.eclipse.org/downloads/packages/Choose a download that you want.You can choose the latest eclipse download (currently the latest Mars), (Eclipse Update is fast, last month the newest is Luna),Or:(2) Follow me to:Https://www
created project must be a Java project, not an android project. Otherwise, the android source code will be damaged (generally multiple files/folders are added)2) check whether the file in. classpath has a corresponding file (folder) in the android source code before import. Otherwise, the android source code will be d
2. Compile the android source codeUse make to compile the android source code in the root directory. Pay attention to some configurations. For more information, see
3. Copy the Eclipse project configuration file to the root directory of the android source code.CP development/IDE
basic Android Development EnvironmentPlease refer to the official documentation or
2. Compile the android source codeUse make to compile the android source code in the root directory. Pay attention to some configurations. For more information, see
3. Copy the Eclipse project configuration file to the root directory
Official Document link: http://source.android.com/source/using-eclipse.html
This document will help you set up the Eclipse IDE for Android platform development.
Note: If you are looking for information on how to use eclipse to develop applications that run on Android, thi
Build an eclipse Android Development Environment (eclipse + jdk + adt + sdk) and Android adt
The school's summer job allows android to write an app. There are two solutions (android stduio + sdk and
Build an Android Application Development Environment in Windows-Eclipse/Android/ADT
Tian haili @ csdn
The Android Application Development Environment under window has been set up on my machine a long time ago. However, after a long time, I don't know where to put it, and the tools have basically been upgraded. I re-in
Eclipse is an open-source integrated development environment (IDE) that supports multiple technologies. However, this article focuses on Java support, which is also the "mother tongue" of Android applications ". Android is an open-source mobile operating system released by Google.
Eclipse IDE for Java EE developers version.Fourth Step: Download and install the Android SDKWith the JDK variable environment configured and eclipse installed, the Java development environment is ready if you are just developing a common Java application. We're going to develop An
\ jdk1.8.0 _ 45
PATH: % JAVA_HOME % \ bin
CLASSPATH: % JAVA_HOME % \ bin;.; % JAVA_HOME % \ lib \ rt. jar; % JAVA_HOME % \ lib \ tools. jar(4) Check: Enter java-version on the console. If the java version is displayed, the installation is successful.
2. Install Eclipse.(1) Introduction: Eclipse is a Java-based scalable development platform with development source code.
(2) download: Click to open the Lin
developed for Java applications and Android (integrated development environment). Eclipse does not need to install, after the download unpack the unpacked package, cut the Eclipse folder to the place you want to install, open the set up your working directory.
There are several versions of Eclipse
gradle script for tasks
Background
I believe everyone is familiar with Android Studio. Android Studio is a new development tool developed by Google at the 2013 I/O conference for Android. Many open-source projects are currently in use, google's update speed is also very fast, and it is obvious that this is the future of Andr
Eclipse is an open-source integrated development environment (IDE) that supports multiple technologies, but this article focuses on Java support, which is also the "native language" of Android applications. Android is the open source mobile operating system released by Google. Andr
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.