我安装了Eclipse Neon Release(4.6.0),我在ADT和CDT的在线下载方面遇到了一些问题。 有没有办法以离线方式添加这些插件?
在线问题:
在帮助中 - >安装新软件...->添加(名称:ADT插件,位置:https://dl-ssl.google.com/android/eclipse/)
错误:无法在https://dl-ssl.google.com/android/eclipse/读取存储库。 无法在https://dl-ssl.google.com/android/eclipse/读取存储库。 https://dl-ssl.google.com/android/eclipse/不是有效的存储库位置。
答案 0 :(得分:1)
我找到了解决方案:
首先,从ADT_Link下载ADT,从CDT_Link下载CDT,
第二次,在Eclipse中转到select
name,
count(case when types = 50 then 1 else null end) as num_50,
count(case when types = 100 then 1 else null end) as num_100,
count(case when types = 200 then 1 else null end) as num_200
from yourtable
group by name
- > Help
- > install new software...
- >在“位置”字段旁边,点击Add
- >选择ADT.zip文件,
第三次,执行第二步并选择CDT.zip文件