Totally new to Kivy. I had a pretty smooth setup, and I'm able to run apps on my linux computer with no problems. However, compiling for Android, I can't seem to get past this hurdle for the past few hours.
I'm running Ubuntu 12.04, and I've followed the directions for installation of Cython. After running into this error,
building 'kivy.graphics.shader' extension
arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer --sysroot /home/dexter/.buildozer/android/platform/android-ndk-r9c/platforms/android-14/arch-arm -DNDEBUG -DANDROID -mandroid -fomit-frame-pointer --sysroot /home/dexter/.buildozer/android/platform/android-ndk-r9c/platforms/android-14/arch-arm -fPIC -I/home/dexter/.buildozer/android/platform/android-ndk-r9c/platforms/android-14/arch-arm/usr/include -I/home/dexter/Android/Kivy/venv/kivy_android_app_1/.buildozer/android/platform/python-for-android/build/python-install/include/python2.7 -c kivy/graphics/shader.c -o build/temp.linux-i686-2.7/kivy/graphics/shader.o
kivy/graphics/shader.c:1:2: error: #error Do not use this file, it is the result of a failed Cython compilation.
#error Do not use this file, it is the result of a failed Cython compilation.
^
error: command 'arm-linux-androideabi-gcc' failed with exit status 1
# Command failed: ./distribute.sh -m "kivy" -d "kivycrash2"
I ran the following:
sudo pip uninstall buildozer
sudo pip uninstall cython
I checked the installation directory (/usr/local/lib/python2.7/dist-packages) and both buildozer and cython were gone. Then, I deleted the .buildozer directory, then set about installing again:
sudo pip install --upgrade cython
sudo pip install --upgrade buildozer
But I'm still getting the same errors unfortunately.
When I run cython -V
I get back Cython version 0.21
Maybe there's something I missing? Thanks for any help!
--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.