First, build the Android development environmentRecently, to learn the basics of Android development, we started to build the Android development environment under Windows.Find some relevant blog post reference, basically are to download and install the JDK separately, Eclipse, ANDROIDSDK, ADTLater found Android SDK download official address, provide an ADT bundle download.This ADT Bundle already contains A
Problem descriptionProblem with SDK Manager updateFailed to fetch URL Https://dl-ssl.google.com/android/repository/repository-6.xml, reason:connection to https:// Dl-ssl.google.com refusedFailed to fetch URL http://dl-ssl.google.com/android/repository/addons_list-1.xml, reason:connection to/HTTP Dl-ssl.google.com refusedFailed to fetch URL https://dl-ssl.google.com/android/repository/addons_list-1.xml, reason:hostname in Certificate Didn ' t match: Unable to resolve https://dl-ssl.google.com/and
JDK Download:1http://www.oracle.com/technetwork/java/javase/downloads/index.html2 Configuring environment variablesjava_home: create. The value is: The JDK's installation path on your computer.PATH: edit. The value is:%java_home%\bin.CLASSPATH : Edit. Configure two values with a value of:.; %java_home%\lib\tools.jar(where the first value indicates that the JVM First searches the current directory). 3 Test VariablesOpen cmd, enter command Java–version and Javac, and if return information is pres
JNI is the interface for Android to call the library written in C ++. The difference between C ++ and Java is not discussed in this article. In addition, it only records how to build the environment.
First, download the ADT package and the ndk package.
The ADT package contains eclipse, so you do not need to install eclipse.
After installation, there are two methods to compile the JNI project.
One way is
terminal:
sudo update-alternatives --install /usr/bin/java java /opt/jdk1.6.0_26/bin/java 300sudo update-alternatives --install /usr/bin/javac javac /opt/jdk1.6.0_26/bin/javac 300
Use the above command to add Sun JDK to the Java menu.
Run the following command:
sudo update-alternatives --config java
Select the number before Sun JDK.
5. Verify JDK Installation
Run
Java-version
If the displayed system shows that Java is the just-installed Java, the JDK configuration is successful.
2. Insta
Cannot obtain ADT by configuring Android Development Environment eclipse
After installing Android SDK eclipse to get ADT, but due to the existence of GFW, eclipse often cannot get anything from the http://dl-ssl.google.com/android/eclipse. The solution is as follows:
In the past, installing ADT was not a problem at all, but now it is a big problem. Unicom'
Build Android + NDK development environment in Windows (JDK [8u45] + Eclipse + Android SDK [r24.1.2] + ADT + NDK [r10d]) and ndk8u45
1. Build an Android Development Environment
1. Install JDK.(1) Introduction: JDK, Java Development Kit, is a Java software Development Kit. JRE, namely, Java Runtime Environment, is the Java Runtime Environment and is intended for Java users rather than developers.
(2) download: click on the link (oracle )), select the
ReasonRecently, I want to build an Android development environment in the new Win7, although now there is Android Studio, but still is accustomed to Eclipse a bit. For well-known reasons, Eclipse directly installs the ADT (Android develepment tooling) plugin is not possible, here are two solutions, our premise is to first install Google's turn [email protected]! wall Tool Goagent.First, the use of ProxyBecause direct access is not possible, so you can
1: Open Adt-bundle-windows-x86\eclipse folder, create new Folder Subclipse (Note: adt-bundle-windows-x86 for my Eclipse directory name)2: Open Eclipse's svn plugin zip file (site-1.8.4.zip)3: Extract the features and plugins folders from the Open Site-1.8.4.zip package to the Adt-bundle-windows-x86\eclipse\subclipse folder4: Open the
( Now that Google has launched Android studio, students who want to quickly join the Android development can easily configure the development environment, and interested students can find some information about Android studio here.) http://www.android-studio.org/)Body:Adt-bundle for Windows is an integrated IDE, officially provided by Google Android, which already contains eclipse, you no longer need to download eclipse, and the plugin is integrated It solves the complex problem of most novices
Eclipse version 3.5.2 is used to configure the android development environment ......
Install the SDK step by step according to the official Android documentation. When the ADT plug-in of eclipse is installed, the system prompts "requires 'org. eclipse. GEF 0.0.0 'But it cocould not be found ". After a long time, the problem was finally solved:
The GEF and eclipse's graphic editing framework are missing. The following is the plug-in address:
Http://d
ADT-Bundle for Windows is an integrated IDE officially provided by Google Android. It already contains Eclipse. You do not need to download Eclipse, and the plug-in has been integrated into it, it solves the complicated problem that most new users use eclipse to configure the Android development environment.
With ADT-Bundle, new Android Developers do not need to refer to tedious configuration tutorials on t
Why would you configure ADT? This is equivalent to inserting plugins into Eclipse and compiling Android-related programs.Why are you leaving floss? A word, quick! I was in thread an afternoon of ADT, not an error is a slow fall on the old bull.So I got an ADT offline install package on the Web (no decompression required).Of course, if your eclipse wants to config
One of the Android software development tools is eclipse, but in these tools eclipse is an open source, java-based, extensible development platform. For its part, it is just a framework and a set of services for building the development environment through plug-in components. Fortunately, Eclipse comes with a standard set of plug-ins, including Java development tools (Java Development kit,jdk). These are just our understanding of the eclipse definition, our computers generally have eclipse, so w
I admit that my title is too powerful. When I solve the problem mentioned in this article, I did think of this song again and again.
This is the case: I use an iMac on the Intranet and access the Internet through the proxy server. In other words, this machine is newly purchased and requires the development environment to be installed. After you download and install eclipse and ADT (Android development tools), the next step is to install platforms and
ADT255.0.0 (June2012)
Dependencies:
Java 1.6 or higher is required for ADT 255.0.0.
Eclipse Helios (version 3.6.2) or higher is required for ADT 255.0.0.
ADT 255.0.0 is designed for use with SDK tools r20. if you haven't already installed SDK tools R20 into your SDK, use the android SDKManager to do so.
General improvements:
Android Development EnvironmentLatest environment configuration (ECLIPse sdk + Android SDK + ADT)
In the past few days, I have tried Android coverage and aspect tests,
I found that the old SDK could not meet the current needs, so I upgraded it,
I did not expect that the SDK upgrade is not that easy, and the related software had to be upgraded,
And upgrade to the best.So I sorted out what I needed for the upgrade. 1. The SDK itself should be check
After android adt is upgraded to version 22, you cannot add the jar to the lib library. androidadt
At present, there is a large android app project that has referenced many class libraries and has been running well. Today I upgraded the Eclipse ADT plug-in to the latest version (v22) and upgraded the sdl. In the entireThe upgrade process was good and there was no problem. When I reached the apk running on
ADT Integrated Environment + PhoneGap 2.9.0 build HTML5 development APP environment, phonegaphtml5
I.Environment Construction
1. build and develop the Android environment, which is not described here. You can use the ADT integrated environment or Eclipse + Android SDK + ADT Plugin.
ADT integrated environment: http://d
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.