建立方式有两种:android
若是你不是使用Eclipse或者ADT插件来开发,你还能够经过命令行来使用android SDk中的tool工具。app
2.执行工具
a: android list targets
b: android create project --target <target-id> --name MyFirstApp --path <path-to-workspace>/MyFirstApp --activity MainActivity --package com.example.myfirstapp
3. 建立完成后,若要进行开发还须要讲你的项目倒入到Eclipse,相对来讲稍微麻烦点,建议使用方法一。ui