4

I'm trying to run Android SDK with Eclipse for the first time. I have never used Eclipse before and I'm running into the following error message over and over again, with no specific trigger: "compute launch button tooltip has encountered a problem".

See screenshot attached.

I tried to Google it but I can't find a solution. It's driving me crazy, please help. I'm using Ubuntu 12.04 LTS. I tried re-installing Eclipse, same thing.

Stephan
  • 41,764
  • 65
  • 238
  • 329
user1680964
  • 41
  • 1
  • 2

3 Answers3

4

See this SO answer to a similar question with the same error. It worked for me. Solution was to run:

$ sudo apt-get --reinstall install tzdata-java
Community
  • 1
  • 1
Mark Mikofski
  • 19,398
  • 2
  • 57
  • 90
1

I ran into same problem. I had the latest update of OpenJDK (1.7) I've downloaded the Oracle JDK 1.7 rpm package from oracle converted it to deb package using alien

alien -d -c rpm-package.rpm

then in eclipse selected 1.7 version and searched for relevant JREs it solved the problem.

Nevercom
  • 840
  • 3
  • 14
  • 38
0

Try using JRE6 instead of 7. Solved it for me.

anon
  • 1