How to start a android project

Build the develop environment
The ADT (Android Developer Tools) Bundle includes:

- Eclipse + ADT plugin
- Android SDK Tools
- Android Platform-tools
- The latest Android platform
- The latest Android system image for the emulator
You can download ADT Bundle from Android developer website.
http://developer.android.com/sdk/index.html
And you can read how to setting up the ADT Bundle on website.
http://developer.android.com/sdk/installing/bundle.html
Open project
Unzip sample code zip file, Open Eclipse and select a workspace at unzip folder. Now
you can see Qsample in you worksapce.
Basic settings
Open AndroidManifest.xml
“Min SDK version” is equal 9
“Uses Permission” includes android.permission.INTERNET and
android.permission.WRITE_EXTERNAL_STORAGE.

Nhận xét

Bài đăng phổ biến từ blog này