如何在 Android 上上传 Firefox OS 应用程序

How to upload a Firefox OS app on Android

我正在为 Firefox OS 开发一个应用程序,我想在我的 Android phone 上测试它。可能吗?我只找到有关从 Firefox Marketplace 安装应用程序的文章。

我可以将我的 Android 设备连接到 WebIDE,但它只能在 Firefox 上为 Android 调试网页,不能通过它上传应用程序。

Testing Your Native Android App blog post describes using the mozilla-apk-cli 做到这一点。

(最终该文档应迁移到 How can I test/debug APKs? section of the Open web apps for Android 页面。)

您可以从任何带有网络服务器的计算机发布您的应用程序。您只需要一个 html 文件和一个 "mini" 清单,然后您可以从 phone 访问该页面(当然,对于 android 使用 firefox),您将能够像从市场上安装一样安装应用程序。

Reference