谷歌android apk开发工具Android Studio安装使用图文教程
下载地址如下:
很显然的intellij idea的样貌,下面是一些截图:
选择了“new project”
给工程和包起个名字
创建自定义图标
选择工程类型
给工程定个名字
开始创建。
向导基本上和eclipse差不多。不过这个创建过程可比eclipse上长的多。主要是因为从gradle上下载。
工程的结构和eclipse上的不同,src下分为java和res
可以直接选择adt中配置好的emulators
运行还是在已有的emulator上。
下面是导入的界面:
选择一个工程
然后是询问从哪里导入
然后是设定名字和路径
选择库
选择工程模块
选择库
java的
android的
但是有两个jar文件没找到——前瞻版里没有这个文件,只好找以前安装的包里的同名文件
询问androidmanifest.xml文件
询问是否加入git
工程结构,和eclipse上的一样。
模拟器半天没起来,用eclipse启动了模拟器,android studio的ddms又找不到设备,
然后重新尝试,又起来了。ddms的样子,和eclipse上的一样。
发布仍然不成功:下面是控制台log。
waiting for device.
"/applications/android studio.app/sdk/tools/emulator" -avd nexus -netspeed full -netdelay none
warning: data partition already in use. changes will not persist!
warning: sd card image already in use: /users/stephenwang/.android/avd/nexus.avd/sdcard.img
warning: cache partition already in use. changes will not persist!
emulator: emulator window was out of view and was recentered
device connected: emulator-5556
device is online: emulator-5556
target device: emulator-5556 (nexus)
uploading file
local path: /development/workspace/kingofair/out/production/kingofair/kingofair.apk
remote path: /data/local/tmp/com.octrois.koa
installing com.octrois.koa
device shell command: pm install -r "/data/local/tmp/com.octrois.koa"
device is not ready. waiting for 20 sec.
device shell command: pm install -r "/data/local/tmp/com.octrois.koa"
device is not ready. waiting for 20 sec.
终于起来了,就是一个字:慢!
提供的下载地址
推荐阅读