android - Using buildozer with Kivy 1.9.1-dev -
i want contribute kivy 1.9.1-dev. trying debug on android, using buildozer, ~/
i've tried:
git clone git://github.com/kivy/kivy.git cd kivy python setup.py build_ext --inplace -f
then ~/
did:
git clone https://github.com/kivy/buildozer.git cd buildozer sudo python2.7 setup.py install
finally ~/kivy-test/
buildozer init buildozer android debug deploy run
eventually following error:
detected compiler unix building 'kivy.graphics.vertex_instructions' extension ccache arm-linux-androideabi-gcc -dandroid -mandroid -fomit-frame-pointer --sysroot /home/navatm/.buildozer/android/platform/android-ndk-r9c/platforms/android-14/arch-arm -dndebug -dandroid -mandroid -fomit-frame-pointer --sysroot /home/navatm/.buildozer/android/platform/android-ndk-r9c/platforms/android-14/arch-arm -fpic -i/home/navatm/.buildozer/android/platform/android-ndk-r9c/platforms/android-14/arch-arm/usr/include -i/home/navatm/code/kivy-test/.buildozer/android/platform/python-for-android/build/python-install/include/python2.7 -c kivy/graphics/vertex_instructions.c -o build/temp.linux-x86_64-2.7/kivy/graphics/vertex_instructions.o kivy/graphics/vertex_instructions.c:1:2: error: #error not use file, result of failed cython compilation. #error not use file, result of failed cython compilation. ^ error: command 'ccache' failed exit status 1 # command failed: ./distribute.sh -m "kivy" -d "myapp" # # buildozer failed execute last command # error might hidden in log above error # please read full log, , search before # raising issue buildozer itself. # in case of bug report, please add full log log_level = 2
any suggestions?
Comments
Post a Comment