小编Vil*_*sta的帖子

Kivy Apk build with buildozer错误:#找不到Java编译器(javac),请安装

我正在尝试建立我的kivy项目的apk。我使用PyCharm在python 2.7中安装了buildozer,然后构建了.spec,但是当我尝试创建apk时,得到了以下结果:我安装了jdk7和8

  1. 使用方法: buildozer Android debug

    #Check configuration tokens
    # Ensure build layout
    # Check configuration tokens
    # Preparing build
    # Check requirements for android
    # Java compiler (javac) not found, please install it.
    
    Run Code Online (Sandbox Code Playgroud)
  2. 使用方法:  buildozer -v Android debug

    # Check configuration tokens
    # Ensure build layout
    # Check configuration tokens
    # Read available permissions from api-versions.xml
    # Preparing build
    # Check requirements for android
    # Run 'dpkg --version'
    # Cwd None
    /bin/sh: dpkg: comando non trovato
    # …
    Run Code Online (Sandbox Code Playgroud)

python android pycharm kivy buildozer

5
推荐指数
2
解决办法
5112
查看次数

标签 统计

android ×1

buildozer ×1

kivy ×1

pycharm ×1

python ×1