我只想跑#34; Hello World"在android中,但我的eclipse控制台显示:
Failed to install hello.apk on device 'emulator-5554!
(null)
Launch canceled!
我的eclipse logcat显示:
executing /system/bin/e2fsck failed: No such file or directory
* and many more
我在网站上阅读了很多教程,并按照以下步骤操作:
我也下载了adt-bundle,它说只需一次下载,ADT Bundle就包含了开始开发应用程序所需的一切。但对于32位和64位都不行。
这是因为sdk,jdk,adt-plugin等版本不匹配还是什么? 可以给我一套版本的sdk,jdk,adt-plugin ......这是工作,还有下载的链接?
答案 0 :(得分:0)
你可能应该使用Eclipse + ADT Bundle(不需要设置附加组件和其他sdk东西)
转到此处: http://developer.android.com/sdk/index.html
并点击Download the SDK
按钮
答案 1 :(得分:0)
使用JDK v1.6.45代替。你可以找到v1.6.45 here。
Android尚不支持JDK v7。
此外,如果您使用的是Android SDK v22.6.2,则还必须使用ADT v22.6.2。