Eclipse - "release start button" error

I am trying to launch the Android SDK with Eclipse for the first time. I have never used Eclipse before, and I run the following error message again and again, without any specific trigger: the pop-up prompt "Read start button" has encountered a problem. "

See attached screenshot.

I tried to use Google, but I can not find a solution. This is driving me crazy, please help. I am using Ubuntu 12.04 LTS . I tried reinstalling Eclipse, same thing.

+4
source share
3 answers

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

 $ sudo apt-get --reinstall install tzdata-java 
+4
source

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

 alien -d -c rpm-package.rpm 

then in eclipse they selected version 1.7 and looked for the appropriate JRE, he solved the problem.

+1
source

Try using JRE6 instead of 7. Solve this for me.

0
source

Source: https://habr.com/ru/post/1434902/


All Articles