Reputation: 329
My eclipse project shows up but with a red exclamation mark and an error saying:
I checked if all the libraries are present or not as mentioned in the error, and tried to import the missing jar into project but when I clicked on JRE System Library [JRE -1.1] to import it. its showing
"An error has occurred. See error log for more details. java.lang.NullPointerException"
Can somebody help me out with this?
Upvotes: 2
Views: 7176
Reputation: 1561
I was getting the same NullPointerException in Eclipse that came with Android SDK, then I did the following (explaining in step by step process):
This resolved my issue. Hope this helps you.
Upvotes: 4