Sign an Android app with Python for Android (Buildozer)

早过忘川 提交于 2019-12-10 00:30:50

问题


i'm using Buildozer to compile Python scripts to Android executable files (.apk).

But I've got a problem : I can't run them on Android (I have installed it in a virtual machine). I have found that I need to sign the app to be able to run it. So, how do I sign my application ? I'm using GNU/Linux.

Thanks for you help.


回答1:


This was answered comprehensively by Ben Rousch at https://groups.google.com/forum/#!topic/kivy-users/5-G7wkbHb_k

He said:

In general, the steps are:

   1 Generate Keystore (once)
   2 Create Release APK
   3 Sign APK
   4 Zip-align APK

Ben also posted example terminal commands for the workflow at the above link.

Hope that helps



来源:https://stackoverflow.com/questions/23443740/sign-an-android-app-with-python-for-android-buildozer

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!