目前刚刚开始着手安卓的开发学习,在写第一个“Hello World”的时候遇到了一点小小的问题,
在编写完代码后,在Run As Android Application时,弹出了一个对话框“Couldn't launch the emulator! Make sure the SDK directory is properly setup and the emulator is not missing.”
另附log如下:
[2013-11-01 00:51:22 - HelloJason] ------------------------------
[2013-11-01 00:51:22 - HelloJason] Android Launch!
[2013-11-01 00:51:22 - HelloJason] adb is running normally.
[2013-11-01 00:51:22 - HelloJason] Performing com.example.hellojason.MainActivity activity launch
[2013-11-01 00:51:22 - HelloJason] Automatic Target Mode: launching new emulator with compatible AVD 'GalaxyNexus4.2'
[2013-11-01 00:51:22 - HelloJason] Launching a new emulator with Virtual Device 'GalaxyNexus4.2'
[2013-11-01 00:51:22 - HelloJason] Launch canceled!
直接下载最新版的
http://developer.android.com/sdk/index.html#win-bundle
开包即用,里面有一个eclipse直接用就可以
嗯,不错不错。
从错误上看,是环境没配置好。如果觉得配置环境麻烦,建议使用Android Studio,虽然还不够成熟,但配置简单。
SDK的配置我觉得应该是没有问题的,问题可能在别的地方。
比较赞同2楼的观点
二楼的方法是挺好 不过我还是觉得自己下载 自己配置路径比较好 你打开eclipse查看里边的android sdk的路径是不是错误了