jjzjj

android - 如何解决警告 : You are installing software that contain unsigned content and authenticity and validity of this software can not established

coder 2023-11-30 原文

我是 Android 新手。我安装了 Eclipse Kepler 版本。

我点击了这个链接。

https://sites.google.com/site/barsham/list-of-topics-1/programming/eclipse-android-windows-64

完成以下步骤后:

6.1。启动 Eclipse,然后选择帮助 > 安装新软件....

6.2 点击右上角的添加。

6.3 在出现的“添加存储库”对话框中,为名称输入“ADT 插件”,为位置输入以下 URL:

https://dl-ssl.google.com/android/eclipse/

我尝试了 https 和 http url。

但弹出相同的错误框,其中包含与未签名内容和真实性相关的警告。

请帮忙。

最佳答案

警告是关于安全的,时刻关注安全警告并了解它们对你有好处。

据我所知,许多开发人员并不关心创建签名(或者可能太麻烦了?),无论如何,对于开源插件我认为忽略警告是可以的,只要它是一个流行(或至少足够老)的插件。从某种意义上说,其他用户可能已经浏览过代码或报告了与之相关的安全问题。

更多信息 here .

关于android - 如何解决警告 : You are installing software that contain unsigned content and authenticity and validity of this software can not established,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17663159/

有关android - 如何解决警告 : You are installing software that contain unsigned content and authenticity and validity of this software can not established的更多相关文章

随机推荐