Using pymysql instead of Mysql module: If you were trying to use mysql into your application it will crash, so use pymysql to access mysql server. I used mysql and its crashes after deploying into apk ...
将 Python 代码打包成 Android APK 的通用模板项目。只需修改一个文件,即可将你的 Python 脚本变成 Android 应用。