我是靠谱客的博主 要减肥小甜瓜,最近开发中收集的这篇文章主要介绍解决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 sdk content loader 0%一直卡死的问题所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

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

评论列表共有 0 条评论

立即
投稿
返回
顶部