eclipse 如何解决警告:您正在安装包含未签名内容的软件,无法确定该软件的真实性和有效性
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/17663159/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How to resolve warning: You are installing software that contain unsigned content and authenticity and validity of this software can not established
提问by Parag Kuhikar
I am new to Android . I installed Eclipse Kepler version.
我是 Android 新手。我安装了 Eclipse Kepler 版本。
I followed this link.
我跟着这个链接。
https://sites.google.com/site/barsham/list-of-topics-1/programming/eclipse-android-windows-64
https://sites.google.com/site/barsham/list-of-topics-1/programming/eclipse-android-windows-64
After doing the following step :
完成以下步骤后:
6.1. Start Eclipse, then select Help > Install New Software....
6.1. 启动 Eclipse,然后选择帮助 > 安装新软件...。
6.2 Click Add, in the top-right corner.
6.2 单击右上角的添加。
6.3 In the Add Repository dialog that appears, enter "ADT Plugin" for the Name and the following URL for the Location:
6.3 在出现的 Add Repository 对话框中,为 Name 输入“ADT Plugin”,为 Location 输入以下 URL:
https://dl-ssl.google.com/android/eclipse/
https://dl-ssl.google.com/android/eclipse/
I tried both https and http url.
我尝试了 https 和 http url。
But the same error box popup which contain the warning related to unsigned content and authenticity.
但是同样的错误框弹出窗口包含与未签名内容和真实性相关的警告。
Please help.
请帮忙。
采纳答案by ObieMD5
This warning is just telling you it is not signed, you cant resolve it. Just click OK
and continue on.
这个警告只是告诉你它没有签名,你无法解决它。只需单击OK
并继续。
回答by Aquarius Power
The warning is about security, it is good for you to always care about security warnings and understand them.
警告是关于安全的,你总是关心安全警告并理解它们对你有好处。
As I see it, many developers do not care on creating the signature (or may be it is too troubling?), anyway, for open-source plugins I think it is ok to ignore the warning, as long it is a popular (or at least old enough) plugin. In a sense that, other users may have already poked around the code or reported about security problems related to it.
在我看来,许多开发人员并不关心创建签名(或者它是否太麻烦?),无论如何,对于开源插件,我认为忽略警告是可以的,只要它是流行的(或至少足够老)插件。从某种意义上说,其他用户可能已经浏览过该代码或报告了与其相关的安全问题。
More about it here.
更多关于它在这里。