简体   繁体   English

Eclipse Android Helloworld空白

[英]Eclipse Android Helloworld Blank

I'm new to android. 我是android新手。 I had this issue Unable to write jarlist cache file while creating android project then I just hit F5 on both appcompat_V7 and HelloWorld folders to get rid of it. 我有这个问题在创建android项目时无法写jarlist缓存文件,然后我在appcompat_V7和HelloWorld文件夹上都按了F5来摆脱它。 But still the helloWolrd project is bugging. 但是helloWolrd项目仍然存在问题。 I just followed this tutorial http://www.tutorialspoint.com/android/android_hello_world_example.htm I did not do anything but following the tutorial (IDE settings and Hello world projct) What's going on ?Could you help me fix the issue ? 我只是按照本教程http://www.tutorialspoint.com/android/android_hello_world_example.htm进行操作,但除了教程(IDE设置和Hello world项目)之后,我什么也没做。您能帮我解决这个问题吗? Below is a picture of what Eclipse looks like afet hitting F5 on on both appcompat_V7 and HelloWorld folders 下面是Eclipse在appcompat_V7和HelloWorld文件夹上按F5键后的样子的图片 在此处输入图片说明

Google dropped support for Eclipse Android Developer Tools back in June 2015 so you might find inconsistencies with that IDE. Google于2015年6月放弃了对Eclipse Android Developer Tools的支持,因此您可能会发现与该IDE不一致。

The Android developers blog is quite clear as to why: Android开发人员博客非常清楚为什么:

To that end and to focus all of our efforts on making Android Studio better and faster, we are ending development and official support for the Android Developer Tools (ADT) in Eclipse at the end of the year. 为此,为了将我们所有的精力集中在使Android Studio更好和更快上,我们将于年底结束对Eclipse中的Android开发人员工具(ADT)的开发和官方支持。 This specifically includes the Eclipse ADT plugin and Android Ant build system. 具体包括Eclipse ADT插件和Android Ant构建系统。

The official blog post can be found here . 官方博客文章可以在这里找到。

I believe that continuing to develop in Eclipse will result in further errors the more you will progress. 我相信,随着开发的不断深入,继续在Eclipse中进行开发将导致更多的错误。

My suggestion is to start your development using the official Android Studio IDE which you can find here . 我的建议是使用可在此处找到的官方Android Studio IDE开始开发。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM