PythonAndroidTemplate是运行Python代码创建Android应用的cookiecutter模板。
快速入门:
安装cookiecutter:
$ pip install cookiecutter在Python-Androidtemplate运行cookiecutter:
$ cookiecutter https://github.com/pybee/Python-Android-template下载PythonAndroid支持包,提取出:
python
libs
项目目录示例:
android/ app/ myproject __init__.py main.py app_packages/ libs/ ... res/ ... src/ ... AndroidManifest.xml ant.properties build.xml custom_rules.xml local.properties LICENSE proguard-project.txt project.properties
评论