( 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
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-
( 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
1. Build an Android Development Environment
To learn more about Android development, we will start to build an Android development environment in Windows.
I have found some relevant blog posts for reference. Basically, we need to download and install JDK, Eclipse, AndroidSDK, and ADT respectively.
Later, we found the official Android sdk download address, which p
I have a summary of various issues in installing ADT Bundle for Windows1. Solve the difficulties of accessing Google servers in China:1. Launch Android SDK Manager;2. Open the main interface, select "tools", "options...", pop up the "Android SDK manager-settings" window;3. In the "Android SDK manager-settings" window, fill in port"and 80 in the"http proxy server"and"http proxy mirrors.neusoft.edu.cn input b
Label:
adt-bundle-linux-x86_64-20131030 new project prompts for no solution to ADB and r.java issues
Under ubuntu14.04, build an Android development environment and download the official adt-bundle-linux-x86_64-20131030. Start Eclipse and create a new project. T
Label:Download the official Android adt-bundle-linux-x86_64-20131030 in Ubuntu 12.04 when the 64-bit system starts, Tip:
Unexpected exception ' cannot run Program "/HOME/XX/SDK/PLATFORM-TOOLS/ADB": java.io.IOException: error=2, No Such file or directory ' while attempting-get ADB version from '/home/xx/sdk/platform-tools/adb '
And there's a strange question:The Android example created did not
My computer used to be eclipse3.7 to develop Android projects, and the creation of Android projects would normally generate files such as Mainactivity.java and Activity_main.xml. Later do not know what the reason, the computer several disk files on a lot of open are garbled. Find a lot of methods can not be solved, so the hard drive to the format of the system re-installed.After reinstalling the system, reconfigure the eclipse's Android development environment, but found that the created Android
Install the JDK in ubuntu12.04, then set up the environment variables, and then continue to install the ADT bundle.It's okay to start eclipse in Eclipse when the endpoint enters the ADT bundleHowever, an error occurred when Eclipse started eclipse from the graphical interface into the ADT bundle, as follows:A Java Runt
: http://www.oracle.com/technetwork/java/javase/downloads/index.htmlYou may need to configure environment variables after installation, but it is said that after the JDK1.7 version, the installation will have Java.exe,javaw.exe,javaws.exe 3 executables in the System32 directory.This can explain why not configuring the environment variable can also input java-version in cmd, but in this case the input javac is not reactive, so it might be better to configure the environment variable.Download of 2
[Android ndk jni] android-ndk-r9d + adt-bundle-windows environment construction-Hello-jni case study, androidndkr9d
Refer to the blog: http://blog.csdn.net/leilu2008/article/details/12495273
My android ndk version is: android-ndk-r9d-windows-x86_64.zip.
Reminder: do not save the package to a directory containing spaces after decompression. Otherwise, the compiler reports an error when compiling c and c ++
Refer to the following two blog posts:Http://blog.csdn.net/aizquan/article/details/8974750Http://blog.chinaunix.net/uid-122937-id-3905681.html? /15636.htmlIf the SDK is updated slowly, follow the relevant settings in the blog:Http://ggicci.blog.163.com/blog/static/210364096201281074652643/1: Download JDK and corresponding JAVA APIsHttp://www.oracle.com/technetwork/java/javase/downloads/index.htmlI chose JDK 7 (I didn't select JDK 8, but I was worried
In Eclipse, open the Andoirmanifest.xml file in the project root directory to find the following ApplicationAndroid:allowbackup= "true"Android:icon= "@drawable/ic_launcher"Android:label= "@string/app_name"Android:theme= "@style/apptheme"android:debuggable= "true"> ActivityAndroid:name= "Com.demo.firstapp.MainActivity"Android:label= "@string/app_name" > Intent-filter> ActionAndroid:name= "Android.intent.action.MAIN" /> categoryAndroid:name= "Andr
Create an SDK 15 flat simulator, 1024x768, 9.7 ", and LCD density 160.
Condition: You have downloaded the ADT-bundle and the corresponding SDK.
1. Define a device prototype:
Run eclipse, choose Window-android Virtual Device Manager, and select the device definitions page,
In the list, select a device with a close size and resolution, for example, 10.1 "wxga (tablet). Click the clone button and modify it
You cannot view the source code with CTRL + click. The reason is that SDK Manager does not have the option to download the sources for Android SDK, so there is no source code associated with eclipse.First, download android2.3.3 source code.Http://rgruet.free.fr/public/android-2.3.3-gingerbread-src.zipII. Create a new sources directory under the SDK directory and unzip the downloaded zip package in sources.T
9d2cf3770edbb49461788164af2331f3
Windows 64-bit
Adt-bundle-windows-x86_64-20140702.zip
370763706 bytes
Bfc3472a12173422ba044182ac466c13
Mac OS X 64-bit
Adt-bundle-mac-x86_64-20140702.zip
320593642 bytes
24c51a1ad96c5f6d43821d978bf9866d
Lin
intended to install my own new computer system, But I think the other software installed before the installation again, I feel too cumbersome, decisive give up.3, I think of their initial installation of ADT, is to start ADT directly, do not install, that is, they are directly download the compressed package, unzip the folder, put the folder into a place, and th
Online a lot of Android in IDE Eclipse Development Environment Tutorial, ADT installation must be in it tooThe installation of ADT is an online installation address: https://dl-ssl.google.com/android/eclipse/But found that this method of online installation is not good, trouble, long time, so go to find the offline installation package, according to the keywords, you can find
/android-sdk_r23.0.2-linux.tgzLaunch SDK Manager after installation, select Tools, Options ...A. Fill in the HTTP Proxy Server: android-mirror.bugly.qq.comB. Fill in HTTP Proxy Port: 8080C. Tick force https://... sources to be fetched using/http ...Restart the SDK Manager or click Packages-Reload to install the default selection download.
ADT Plugin for EclipseDownload the ZIP package and select it in Ec
1) Download the ADT plugin for developing Android apps in eclipseIn enterprise development, many programmers use the Eclipse IDE as the development environment for their applications. In order to make Android app creation, operation and debugging more convenient and fast. The Android development team specifically customized a plugin for the Eclipse IDE: Android Development Tools (
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.