Long loading operation on opening an xml layout on latest ADT

余生颓废 提交于 2019-12-05 04:46:35

Make sure your Android SDK and ADT have the exact same version. For example, if you have Android SDK v22.6.2 installed, you must also have ADT v22.6.2 installed.

Also, Java JDK 1.6.45 is the latest compatible version for Android. JDK 7 is not yet supported.

FYI: Android SDK v22.6.1 and ADT v22.6.1 are buggy. You should upgrade both to v22.6.2.

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