我是靠谱客的博主 要减肥小甜瓜,这篇文章主要介绍解决Android sdk content loader 0%一直卡死的问题,现在分享给大家,希望可以做个参考。

Have you encountered the case where Eclipse hangs upon startup, in particular when you are developing an Android application with Android SDK? When that happens, you would see "Android SDK Content Loader" stuck at 0% at the Eclipse status bar in the right bottom area.

There can be a variety of reasons for that, and here are several ways to fix the problem where Eclipse hangs at the Android SDK Content Loader.

Solution One

Often times, this problem can be network related. Check if your network is behind a proxy. If so, you need to configure proxy on Eclipse. For that, go to "Windows" -> "Preferences" -> "General" -> "Network Connections", and fill in your proxy info. Restart Eclipse after that. Conversely, it's also possible that you have configured proxy on Eclipse before, but that you are no longer behind proxy. Make sure to disable proxy then.

Solution Two

Another solution is to clean up project-specific meta data directories which are stored under your workspace directory.

$ cd workspace/.metadata/.plugins/org.eclipse.core.resources/.projects
$ rm -rf *

Restart Eclipse.

Solution Three

Check if an adb process is running. If so, kill the adb process, and restart Eclipse.


最后

以上就是要减肥小甜瓜最近收集整理的关于解决Android sdk content loader 0%一直卡死的问题的全部内容,更多相关解决Android内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(58)

评论列表共有 0 条评论

立即
投稿
返回
顶部