meteor - 为meteor应用程序生成apk文件

标签 meteor apk

我有一个项目正在为 android 浏览器工作。有没有办法生成apk文件?
另外,在生成 apk 文件之前有什么我应该知道的吗?

最佳答案

要从 meteor 应用程序生成 Android 应用程序文件 (.apk),需要遵循几个步骤:

  • meteor install-sdk android
  • mobile-config.js项目根目录中的文件 ( mobile-config.js example )
  • meteor add-platform android
  • meteor build ~/your-output-dir --server=yourapp.meteor.com

  • 然后您将拥有您的 .apk文件在 ~/your-output-dir/android/unaligned.apk
    如果您想继续并提交到 Google Play 商店,请按照以下步骤操作:https://guide.meteor.com/mobile.html#submitting-android

    希望这可以帮助!

    关于meteor - 为meteor应用程序生成apk文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27617869/

    相关文章:

    meteor - 为什么我的 meteor 设置没有传递给应用程序?

    node.js - Meteor文件修改刷新耗时2分钟

    javascript - Meteor - 一个模板可以在 onCreated 中有多个自动运行,具有不同的 react 依赖性吗?

    javascript - Meteor.js 与 Iron Router 按钮和模板中的表单不起作用

    android - Unity 3d 构建尺寸太大

    android - 如何找到谷歌播放部署私钥

    node.js - Jasmine Node - 包括助手

    java - 错误未知失败(在 android.os.Binder.execTransact(Binder.java :565)) Error while Installing APKs

    android - eclipse 或 android studio 为 play store 签名的 apk 之间的区别

    android - 生成签名APK播放商店