I installed Eclipse ADT without any error message, but after rebooting, I can't see any Android plug-in

左心房为你撑大大i 提交于 2019-12-06 06:32:18

Finally I solved it.

I saw that the last version of Android SDK (20, the one driving me crazy) requires at least MacOS v10.5.8 and JVM v1.6. For me, that makes no sense, since the official JVM v1.6 update package for MacOS requires v10.6, not v10.5.8, so I updated the entire OS to 10.6 and finally everything is working: Eclipse Juno for Mobile Developers + JVM v1.6 + Eclipse ADT + Android SDK v20.

It's curious, because Google docs says that the previous version of the Android SDK also required JVM v1.6, but I used it for months with v1.5 and no problems at all.

When you upgraded your SDK you likely needed to upgrade your ADT plugin as well. You can check if there are plugin updates by going to Help > Check for Updates.

Juno is a brand new Eclipse release, and I have no idea if it's (fully) compatible with ADT yet or if there is perhaps an update coming for it. Regardless, I wouldn't use it yet and would stick to Indigo.

Just make sure you have the latest SDK and latest ADT installed or else you see weird problems like you describe.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!