<bdo id='5sp7K'></bdo><ul id='5sp7K'></ul>

  • <legend id='5sp7K'><style id='5sp7K'><dir id='5sp7K'><q id='5sp7K'></q></dir></style></legend>
    <i id='5sp7K'><tr id='5sp7K'><dt id='5sp7K'><q id='5sp7K'><span id='5sp7K'><b id='5sp7K'><form id='5sp7K'><ins id='5sp7K'></ins><ul id='5sp7K'></ul><sub id='5sp7K'></sub></form><legend id='5sp7K'></legend><bdo id='5sp7K'><pre id='5sp7K'><center id='5sp7K'></center></pre></bdo></b><th id='5sp7K'></th></span></q></dt></tr></i><div id='5sp7K'><tfoot id='5sp7K'></tfoot><dl id='5sp7K'><fieldset id='5sp7K'></fieldset></dl></div>

      <small id='5sp7K'></small><noframes id='5sp7K'>

    1. <tfoot id='5sp7K'></tfoot>

        在 Playstore 中发布现成的 Kivy 应用程序之前的流程

        时间:2023-09-01
      1. <legend id='QP22K'><style id='QP22K'><dir id='QP22K'><q id='QP22K'></q></dir></style></legend>
        • <small id='QP22K'></small><noframes id='QP22K'>

            <bdo id='QP22K'></bdo><ul id='QP22K'></ul>

            <i id='QP22K'><tr id='QP22K'><dt id='QP22K'><q id='QP22K'><span id='QP22K'><b id='QP22K'><form id='QP22K'><ins id='QP22K'></ins><ul id='QP22K'></ul><sub id='QP22K'></sub></form><legend id='QP22K'></legend><bdo id='QP22K'><pre id='QP22K'><center id='QP22K'></center></pre></bdo></b><th id='QP22K'></th></span></q></dt></tr></i><div id='QP22K'><tfoot id='QP22K'></tfoot><dl id='QP22K'><fieldset id='QP22K'></fieldset></dl></div>
                <tbody id='QP22K'></tbody>

              • <tfoot id='QP22K'></tfoot>

                1. 本文介绍了在 Playstore 中发布现成的 Kivy 应用程序之前的流程?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  我已经做了 buildozer android debug 并安装了 .apk 文件并且工作正常,至少测试了一/两个设备.这也是与半默认的buildozer.spec,例如:域名仍然是org.test,但与应用程序的名称进行了调整.

                  I already did buildozer android debug and have the .apk file installed and works fine, at least tested for one/two devices. This is also with the semi-default buildozer.spec, for example : the domain name is still org.test but with the name of the app is adjusted.

                  有了这个 .apk 文件(在 buildozer android debug 过程之后),是这是准备上传到 Playstore 的吗?或者有还有一些其他(技术)准备工作吗?

                  With this .apk file (after buildozer android debug process), is this the one that is ready to be uploaded to playstore? or there is still some other (technical) preparations?

                  我知道我们可能会在公开之前先进行 beta 测试.这是我第一次编写一个打算发布它的应用程序.提前致谢.

                  I know that we may do beta test first before making it public. This is my first time coding an app with intention to publish it. Thanks in advance.

                  推荐答案

                  在上传到 Play 商店之前,您需要创建一个 release 版本的 apk 文件.debug 版本仅用于在您的手机上进行测试.要创建 release 版本并上传应用程序,您只需按照以下步骤操作.

                  1.创建密钥

                  You need to create a release version of your apk file before uploading to the Play Store. The debug version is just for testing on your phone. To create a release version and upload the app, you just have to follow these steps.

                  1. Create a Key

                  $ mkdir ~/keystores/
                  $ keytool -genkey -v -keystore ~/keystores/<your-new-key>.keystore -alias <your-key-alias> -keyalg RSA -keysize 2048 -validity 10000
                  

                  2.导出一些变量

                  2. Export some variables

                  $ export P4A_RELEASE_KEYSTORE=~/keystores/<your-new-key>.keystore
                   $ export P4A_RELEASE_KEYSTORE_PASSWD=android
                   $ export P4A_RELEASE_KEYALIAS_PASSWD=android
                   $ export P4A_RELEASE_KEYALIAS=<your-key-alias>
                  

                  3.制作发布apk

                   $ cd <your-project-folder>
                   $ buildozer -v android release
                  

                  4.最后优化一下

                   $ ~/.buildozer/android/platform/android-sdk-20/build-tools/23.0.1/zipalign -v 4 ./bin/Your-App-0.1-release.apk ./bin/Your-App-0.1-release-optimized.apk
                  

                  这篇关于在 Playstore 中发布现成的 Kivy 应用程序之前的流程?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:如何在 Ubuntu 上安装 Buildozer 以创建 Kivy 应用的 下一篇:如何在 Kivy Launcher 中运行 OpenCV?

                  相关文章

                  最新文章

                  <small id='C2Vqm'></small><noframes id='C2Vqm'>

                    <bdo id='C2Vqm'></bdo><ul id='C2Vqm'></ul>
                  1. <i id='C2Vqm'><tr id='C2Vqm'><dt id='C2Vqm'><q id='C2Vqm'><span id='C2Vqm'><b id='C2Vqm'><form id='C2Vqm'><ins id='C2Vqm'></ins><ul id='C2Vqm'></ul><sub id='C2Vqm'></sub></form><legend id='C2Vqm'></legend><bdo id='C2Vqm'><pre id='C2Vqm'><center id='C2Vqm'></center></pre></bdo></b><th id='C2Vqm'></th></span></q></dt></tr></i><div id='C2Vqm'><tfoot id='C2Vqm'></tfoot><dl id='C2Vqm'><fieldset id='C2Vqm'></fieldset></dl></div>

                    <tfoot id='C2Vqm'></tfoot>
                    <legend id='C2Vqm'><style id='C2Vqm'><dir id='C2Vqm'><q id='C2Vqm'></q></dir></style></legend>