I'm new to 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. But still the helloWolrd project is bugging. 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 ? Below is a picture of what Eclipse looks like afet hitting F5 on on both appcompat_V7 and HelloWorld folders
Asked
Active
Viewed 31 times
0

Community
- 1
- 1

Kurt Miller
- 567
- 1
- 8
- 23
1 Answers
1
Google dropped support for Eclipse Android Developer Tools back in June 2015 so you might find inconsistencies with that IDE.
The Android developers blog is quite clear as to why:
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. This specifically includes the Eclipse ADT plugin and Android Ant build system.
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.
My suggestion is to start your development using the official Android Studio IDE which you can find here.

Matei Radu
- 2,038
- 3
- 28
- 45
-
Did not knowabout that. Anyways I dropped Android studio because I could not fin simple tutorials like http://www.tutorialspoint.com/android Any idea here ? Plus I'm having so many bug just after following http://developer.android.com/training/basics/firstapp/index.html It's kinda frustrating – Kurt Miller Apr 30 '16 at 22:01
-
1@KurtMiller I can relate to the initial frustration, I felt the same way at the beginning. Personally I followed a YouTube channel in my first steps called [slidenerd](https://www.youtube.com/user/slidenerd) that has a ton of nicely made videos about developing Android and with Android Studio – Matei Radu Apr 30 '16 at 22:07
-
oops sorry. My bad – Kurt Miller Apr 30 '16 at 22:36