; available software> Add site.
In the location dialog box, enter the address https: // DL-ssl.google.com/android/eclipse/. then, click okback to the available software interface.
In the list box, you can see the entered address, select the ADT, and click the Install button. The ADT plug-in License Agreement will appear below. Click Next to continue. Until the installation is complete.
Restart eclipse to set the parameter so that it points t
In the second half of last year, three months of Android development, mainly to do mobile phone streaming media broadcast related content, involving TCP, UDP network communications, JSON transmission data, H.264 decoding and playback technology. Everything is hard at the beginning, do Android development first to the
To download the package in advance:1. Java SE develpoment Kit (JDK), version 6 or above;Http://download.oracle.com/otn-pub/java/jdk/7u60-b19/jdk-7u60-linux-i586.tar.gz? Authparam=1401337546_b496ffbe22fcb206d4dca0d56b44eddc2. Apache Ant 1.8.0 or above;http://mirror.bit.edu.cn/apache//ant/binaries/apache-ant-1.9.4-bin.tar.bz23. Android SDK;Http://dl.google.com/android
up the eclipse + Android development environment !!
Build an Android Development Environment1. Download the Android SDKCode.google.com/android/download.htmlThis is the official website. after entering the website, follow the proc
Introduction of NDK and JNI
NDK is all called the native Development Kit local language (cc++) development package. The corresponding is the frequently contacted ANDROID-SDK, (software Development Kit) software
Build the android Java Development Environment graphic tutorial (eclipse version) tool/raw material on Windows
Download the required tools:(1) download the Java IDE development tool-EclipseDownload the latest Windows version of ecplise for Java EE from the eclipse website.
Download ecplise(2) download the Java Development
Android is primarily based on the Java language, and only the core and some of the underlying libraries are written in C + +. So the first step in building an Android development environment is to install and configure the Java development environment. After the Java development
With the rapid development of mobile Internet, the concept of front-end has changed a lot, and it is not confined to the web-site. The Android system as the boss of the intelligent machine market, as a front-end development engineer, it is necessary to understand and learn. But in the face of a lot of learning materials, the role of front-end
Before you build your Android development environment, start by simply learning about Android.Android is a Linux-based free and open source operating system developed in the Java language, mainly used in mobile devices.The following four tools are required to build an Android development environment:Jre:java runtime en
After several days of hard work, I finally set up the platform, found some articles on the Internet, and did not finish some attempts. The following article is helpful to me.
Re: http://blog.csdn.net/friskit/article/details/6604113? Reload
Part 1: Download, install and test JDK:# For us, only JDK is needed, and Java EE with SDK is not required.Relationship between JDK and JRE:Java is a programming language developed by sun.JDK (Java Developement Kit,
Android development is in the Eclipse environment using Java Code development, environment and language must learn, most Android applications need to involve the database, Android comes with a database, but also need to have a certain understanding of database programming.En
:
http://code.google.com/p/androidforchinadeveloper/downloads/list
http://www.icewalkers.com/Linux/Software/536930/Android-SDK.html
5. SettingsAndroid SDKPath
5.1 After Eclipse is restarted, choose windows> preference> Android. Click Browse and select the downloaded Android SDK path to be decompressed.) Click Apply.
5.2. In Window>
a "click" event.
The following two methods are used to create a small application. Draw an image at a certain point on the map. Process click events. A dialog box is displayed, showing the longitude and latitude of a click.
The specific information is included in the code comment:
First, add the corresponding permissions to the list:
[Html]
Then Add the downloaded Map development kit to the project (right-
eclipse and install Android development tools
Open the eclipse menu help ---> install new softwareSelect AddInput name: ADTLocation: https://dl-ssl.google.com/Android/eclipse/
Press OK
Check all the items and install them. Always press next, accept the protocol, and then install it automatically.
4. Download the android
above, just once ^. ^I. clarify some basic concepts 1. JNI
Java Native Interface interfaces developed locally by Java. JNI is a protocol used to communicate java code with external local code (c/c ++ ). Through this protocol, java code can call external c/c ++ code, and external c/c ++ code can also call java code.
2, CDT
C/C ++ Develop tools and C/C ++ development tools. Is a plug-in on Eclipse, mainly to enable C/C ++ code to be highlighted. This c
approach was always achievable on the Android platform.
However, Google also said that the use of Native SDK programming compared to the Dalvik virtual machine also has some disadvantages, the Android SDK documentation, can not find any help in JNI. Even if third party application developers use JNI to complete their own C Dynamic link library (so) development,
The following software is required to install the Ubuntu Android Application Development Environment:
Java Development Kit: JDK 1.5/1.6
Development and Integration Environment (IDE): Eclipse 3.5.2
Android
Build an Eclipse Android development and configuration Environment
1. Download the Android SDK
Http://code.google.com/android/download.html
This is the official website. after entering the website, follow the process and select an SDK package suitable for your own platform (Windows) to download.
After downloading, deco
controller.WindowManager (Window Management ) manages all windows that are startedLocationmanager (location Management): Manage map Services related featuresTelephoneymanager ( Telephone Management ) : used to manage phone-related functions.Packagemanager (Package management): Manage any applications that are installed on the Android system.Android's architectural hierarchy is clearly divided. The biggest advantage of layering: the use of services pr
Android development terminology and tools
Preface:
The system learns some terms related to Android development and Android development tools.
Terms:
I. SDK (SoftwareDevelopmentKit)
Software 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.