Python Android Templatecookiecutter模板
Python Android Template 是运行 Python 代码创建 Android 应用的 cookiecutter 模板。
快速入门:
-
安装 cookiecutter:
$ pip install cookiecutter
-
在 Python-Android template 运行 cookiecutter:
$ cookiecutter https://github.com/pybee/Python-Android-template
-
-
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
评论