문제

Eclipse shows parseSdk content failed with not even single project in it on ubuntu 12.04 LTS. I have also installed JDK 6 and 7. I am completely new to ubuntu.

Please help me with this.

도움이 되었습니까?

해결책

You need to find the folder named ".android" and delete it. Probably it's in your home dir. To check it try

ls -la ~/.android

To remove it:

rm -rf ~/.android

Then restart eclipse.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top