Step by step for a helloworld android application

来源:互联网 发布:linux find查找字符串 编辑:程序博客网 时间:2024/05/16 08:36

http://developer.android.com/resources/tutorials/hello-world.html

1. Install the Android SDK

http://developer.android.com/sdk/installing.html


2. Create Android project by commond line

android create project \    --package com.example.helloandroid \    --activity HelloAndroid \    --target 3 \    --path HelloAndroid

原创粉丝点击