如何从本地机器安装android sdk插件?

发布于 2024-12-22 05:05:36 字数 98 浏览 0 评论 0原文

我是古巴的开发人员,我无法下载三星平板电脑的软件包,我的本地计算机上有它,但我无法安装它,我相信 addon.xml 寻找 D 的根目录,因为我可以创建此文件?不知道该采用什么格式?

I am a developer of Cuba, I can not download the package for Samsung Tablets, I have it on my local machine, but I can not install it, I believe the addon.xml seeks the root of D, as I can create this file? have no idea what format to have?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦言归人 2024-12-29 05:05:36

听起来您的本地计算机上某处保存了 addon.xml ?如果是这样,请打开它并查找 。确保它指向本地计算机上的 zip 文件。

然后,从命令行运行 android。在工具菜单中,选择管理附加站点...。单击New... 并使用file:/// 协议指向您的addon.xml 文件。

之后,三星平板电脑应显示为 Android SDK 管理器中的一个选项,供您安装。

Sounds like you have addon.xml somewhere saved on your local machine? If so, open it and look for <sdk:url>. Make sure that points to a zip file on your local machine.

Then, run android from your command line. In Tools menu, choose Manage Add-on Sites.... Click on New... and point to your addon.xml file using the file:/// protocol.

After that the Samsung Tablet should show up as an option in your Android SDK Manager for you to install.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文