今天遇到了一个奇葩的问题.我把我的sdk tools的版本号升级到23后.我在eclipse中尝试升级ADT,发现了这么一个问题,以下分析下原因: 当我在eclipse中选择Help-->Check for updates时.会弹出一个框.例如以下: 首先解释下这个错误出现的原因: Eclipse在check for updates时,是依据下图列表中全部的Available Software Sites来check的. 当出现某一个site不存在时.就会出现上图的错误. 这里可能有人会问,我曾…
Eclipse 出现Some sites could not be found.  See the error log for more detail.错误 解决方法 Some sites could not be found.  See the error log for more detail.这话的意思是在设置的update的sites有问题,问题是无法发现或找到该site.这是因为我们在使用eclipse的help-->install new software的时候,添加安装路径有时会发…
eclipse报An error has occurred,See error log for more details. java.lang.NullPointerException错误,解决办法: 在"开始"-->"运行"---->"cmd"进入命令提示行后,再进入eclipse安装目录的eclipse文件夹,         然后输入eclipse -clean即可…
参考:http://blog.csdn.net/zyz511919766/article/details/7442633 http://blog.sina.com.cn/s/blog_028f0c1c0100klzj.html http://stackoverflow.com/questions/7352493/failed-to-load-the-jni-shared-library-jdk 启动 Eclipse 弹出“Failed to load the JNI shared library…
有时候导入javaSE,javaEE,android 工程的时候,明明是刚刚用过的没有问题的工程,但重新导入的时候就报错. 提示The method ... must override a sperclass method,然后eclipse给我们提示让我们把@Override删除. 这个错误的原因源于java compiler, Java1.5 中是没有@Override的,1.6 中才有. 因此解决的方法就是让eclipse使用java1.6而不是1.5 操作过程如下: eclipse中 -…
启动 Eclipse 弹出"Failed to load the JNI shared library jvm.dll"错误的解决方法 http://blog.csdn.net/zyz511919766/article/details/7442633   原因1:给定目录下jvm.dll不存在. 对策:(1)重新安装jre或者jdk并配置好环境变量.(2)copy一个jvm.dll放在该目录下. 原因2:eclipse的版本与jre或者jdk版本不一致 对策:要么两者都安装64位的,要…
问题描述   在使用 Eclipse Clean 项目时报错:An error has occurred. See error log for more details. java.lang.NullPointerException.猜测这应该是由于 Eclipse 没有正常关闭所导致的.   打开 Eclipse 的日志 \workspace\.metadata\.log 如下: !ENTRY org.eclipse.jface 4 2 2019-04-25 15:42:06.381 !MES…
eclipse使用异常An error has occurred.see error log for more details eclipse 解决Eclipse,MyEclipse出现An error has occurred,See error log for&_雨儿_新浪博客http://blog.sina.com.cn/s/blog_4ba5b45e0102eam8.html ======= 解决Eclipse,MyEclipse出现An error has occurred,See e…
在使用Git下载代码时偶尔会遇到  Internal error; consult Eclipse error log 这个报错. 简述下个人解决思路: Eclipse 错误日志报错为:org.eclipse.equinox.security.storage.StorageException: Secure storage was unable to retrieve the master password. 解决方法: 1. Windows -> preferences- > General…
关于 eclipse启动卡死的问题(eclipse上一次没有正确关闭,导致启动的时候卡死错误解决方法),自己常用的解决方法: 方案一(推荐使用,如果没有这个文件,就使用方案二): 到<workspace>\.metadata\.plugins\org.eclipse.core.resources目录,删除文件 .snap 方案二: 进入workspace/.metadata/.plugins/目录      重命名 org.eclipse.core.resources to org.eclip…