如何从本地机器安装android sdk插件?
我是古巴的开发人员,我无法下载三星平板电脑的软件包,我的本地计算机上有它,但我无法安装它,我相信 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来您的本地计算机上某处保存了
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. InTools
menu, chooseManage Add-on Sites...
. Click onNew...
and point to youraddon.xml
file using thefile:///
protocol.After that the Samsung Tablet should show up as an option in your Android SDK Manager for you to install.