Click here to Skip to main content
15,887,328 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Error message:
# Command failed: /usr/bin/python -m pythonforandroid.toolchain apk --debug --bootstrap=sdl2 --dist_name myapp --name 'Menu Principal' --version 0.1 --package org.test.myapp --android_api 19 --minsdk 9 --private /build/myapp/android/app --orientation sensor --copy-libs --arch armeabi-v7a --color=always --storage-dir=/build/myapp/android/platform/build
#
# Buildozer failed to execute the last command

Command:
kivy@kivyvm:~/menu$ buildozer android debug
# Check configuration tokens
# Ensure build layout
# Check configuration tokens
# Preparing build
# Check requirements for android
# Install platform
# Apache ANT found at /home/kivy/.buildozer/android/platform/apache-ant-1.9.4
# Android SDK found at /home/kivy/.buildozer/android/platform/android-sdk-20
# Android NDK found at /home/kivy/crystax/crystax-ndk-10.3.2
# Check application requirements
# Check garden requirements
# Compile platform
# Build the application #1
# Package the application
# Gradle project detected, copy files /build/myapp/android/platform/build/dists/myapp/src/main/java

Buildozer.spec main configuration:
title = Menu Principal
package.name = myapp
package.domain = org.test
source.dir = .
requirements = python3crystax,kivy
android.ndk_path = /home/kivy/crystax/crystax-ndk-10.3.2/
build_dir = /build/myapp

What I have tried:

I tried to pack a python3/kivy script to android
Posted
Updated 7-Mar-18 9:54am

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900