Sign an Android app with Python for Android (Buildozer)

匿名 (未验证) 提交于 2019-12-03 08:33:39

问题:

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



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