0

I guess many SO users might have faced this same issue, as there are many questions on SO about this. I went through all the answers and checked for all the requirements, namely,

  1. target sdk >
  2. jdk 1.6
  3. cleaning , restarting, reinstalling

I cant get the R file yet. Is there anything else I should check for? Help Jake Warton!

Mats Petersson
  • 126,704
  • 14
  • 140
  • 227
sheetal_158
  • 7,391
  • 6
  • 27
  • 44
  • Have you deleted the `android-support-v4.jar` file withing your project itself? It's a possibility that it's cuz of conflicting `jar` files. I'm not sure if this is the cause for the missing `R.java` file. – Karthik Balakrishnan Jun 01 '13 at 10:42
  • I am only trying to get rid of the errors in Actionbarsherlock . I havent linked it to my project yet – sheetal_158 Jun 01 '13 at 10:46
  • I've actually had that error quite a few times. They used to get fixed randomly. Perhaps you should change your workspace? – Karthik Balakrishnan Jun 01 '13 at 10:47
  • Delete the gen folder and again buid the project, it may help. – Android Killer Jun 01 '13 at 10:48
  • http://stackoverflow.com/questions/16636039/java-lang-classnotfoundexception-after-changing-nothing-in-the-project-but-upgra/16636127#16636127. check this might help you – Raghunandan Jun 01 '13 at 10:55

3 Answers3

2

Open SDK manager and check if your Build Tools are updated

Daahrien
  • 10,190
  • 6
  • 39
  • 71
0

No conclusion could be drawn from your description.

Yet here are some things that might be helpful.

1) Check Android SDK versions in the project property

2) Use "android tools->fix project property" to fix project setup

3) Project->clean

4) Have you ever changed the package name or class name within your android project? Be sure to use "android tools->rename" to do so.

SolessChong
  • 3,370
  • 8
  • 40
  • 67
0

As far I Know Actionbarsherlock 4.3.1 requires minimum 4.0 android version sdk to build actionbarsherlock library.check u have sdk version 4.0 in your eclipse.

Sharad Mhaske
  • 1,103
  • 9
  • 19