-3

I have a issue after update the Java SDK and Android SDK. My Eclipse says

Running Android Lint" has encountered a problem. Details: Failed java.lang.NullPointerException

There is not any error in the IDE, only some warnings. So then, when i try to run any application, the IDE show me a panel with this text:

Unable to execute dex: GC overhead limit exceeded GC overhead limit exceeded

John Koerner
  • 37,428
  • 8
  • 84
  • 134
Jota
  • 17
  • 6

2 Answers2

1

The new Android SDK seems to have many bugs in it.

For starters, the upgrade process didn't work, so many of us had to uninstall the previously perfect ADT, and install a new one, which happened to use an older version of Eclipse for some reason.

I have been receiving the above error since the upgrade.

I have also had Eclipse hang on me while loading, many times with this new old version.


The solution in my case has just been to CTRL-ALT-DEL kill the Eclipse process, and start it up again.

Some of the solutions on these older questions may also help:

Community
  • 1
  • 1
Richard Le Mesurier
  • 29,432
  • 22
  • 140
  • 255
  • 1
    Well, my solution has been make another folder and import the projects to that workbench. Thanks! – Jota Jul 23 '14 at 18:02
0

Fixed by https://android-review.googlesource.com/#/c/101120/ last week. Will be included in 23.0.3 (Android SDK Tools).

Source: https://code.google.com/p/android/issues/detail?id=73002

Alexey
  • 4,384
  • 1
  • 26
  • 34