Python Android Templatecookiecutter模板

联合创作 · 2023-09-30

Python Android Template 是运行 Python 代码创建 Android 应用的 cookiecutter 模板。

快速入门:

  1. 安装 cookiecutter

    $ pip install cookiecutter
  2. 在 Python-Android template 运行 cookiecutter:

    $ cookiecutter https://github.com/pybee/Python-Android-template
  3. 下载 Python Android 支持包,提取出:

    • 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
浏览 2
点赞
评论
收藏
分享

手机扫一扫分享

编辑
举报
评论
图片
表情
推荐
点赞
评论
收藏
分享

手机扫一扫分享

编辑
举报