Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前尝试保存的任何地方都会收到一条消息,上面写着“您无法在此处保存,请选择其他位置” android 开发人员对如何将我刚刚制作的应用程序正确加载到我的设备上有所了解。(已经完成了密钥库的工作)
你可以adb通过
adb
adb install /path/to/your/apk
如果 adb 看起来太令人生畏,您还可以单击设备上电子邮件附加的 apk,它会询问您是否要安装它。