linux ubuntu android SDK安装
2010-08-23 01:36:00 来源:WEB开发网hw.audioInput [yes]:yes
Audio playback support: Whether the device can play audio
hw.audioOutput [yes]:yes
SD Card support: Whether the device supports insertion/removal of virtual SD Cards.
hw.sdCard [yes]:yes
Cache partition support: Whether we use a /cache partition on the device.
disk.cachePartition [yes]:yes
Cache partition size
disk.cachePartition.size [66MB]:100MB
Created AVD ''android-sdk-15'' based on Android 1.5
这样我们就创建了一个基于1.5的avd,上面的具体意思我想大家都能看懂,就不多说了。下在我们就可以测试一下android emulator了:
$emulator @android-sdk-15 -show-kernel
这样就可以启动android emulator了:
加入参数-show-kernel是为了在终端上打印android kernel的信息。
注:
如果你要把他放进usr/local/目录中的话,那就要注意权限的问题.
因为初使androidSDK的?候是需要更sdk 的,这?你的权限并不是 root所以无法用androidSDK自?的更新器.
所以,最好androidSDK不要放到usr/local里面去 .
*如果用sudo去执行 android update sdk命令,应该就不会出现 权限问题了吧,(没有实验过)
赞助商链接