Hello,
1) Kivy seems to be fantastic. That's why I wish I could use it ...
2) When trying to build a test app on a raspberry Pi (B+) with a raspbian OS, an error occurs (see log below).
As far as I understand (I'm only a python amateur "developer" ;-) ), the swt.jar file doesn't exist in my sdk, because the arm lib doesn't exist.
(buildozer, sdk, ndk,... were installed following this command: buildozer -v android debug)
Is it possible to install the arm version of the sdk onto the raspberry ? I wonder if it exists...
If yes, how ?
Thank for any help
Dominique
pi@raspberrypi ~/pidom $ 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
Programme « dpkg » de gestion de paquets Debian version 1.16.15 (armhf).
Ce programme est un logiciel libre ; veuillez consulter la « GNU General
Public License » version 2 ou supérieure pour prendre connaissance des
conditions de reproduction. AUCUNE garantie n'est offerte.
# Search for Git (git)
# -> found at /usr/bin/git
# Search for Cython (cython)
# -> found at /usr/local/bin/cython
# Search for Java compiler (javac)
# -> found at /usr/lib/jvm/jdk-7-oracle-armhf/bin/javac
# Search for Java keytool (keytool)
# -> found at /usr/lib/jvm/jdk-7-oracle-armhf/jre/bin/keytool
# Install platform
# Apache ANT found at /home/pi/.buildozer/android/platform/apache-ant-1.8.4
# Android SDK found at /home/pi/.buildozer/android/platform/android-sdk-21
# Android NDK found at /home/pi/.buildozer/android/platform/android-ndk-r9c
# Run '/home/pi/.buildozer/android/platform/android-sdk-21/tools/android list sdk -u -e'
# Cwd /home/pi/.buildozer/android/platform
SWT folder '/home/pi/.buildozer/android/platform/android-sdk-21/tools/lib/arm' does not exist.
Please export ANDROID_SWT to point to the folder containing swt.jar for your platform.
# Command failed: /home/pi/.buildozer/android/platform/android-sdk-21/tools/android list sdk -u -e