-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Command ./distribute.sh -m "pyjnius kivy" ends with error #109
Comments
SAME SITUATION! but: |
python-for-android caches previous downloads. Could you please try the following::
Pyjnius is a dependency of kivy so you don't need to specify it explicitly. |
|
I tried everything starting from export ANDROIDSDK="/home/yurij/Programs/adt-bundle-linux-x86/sdk/" cd python-for-android/ Same error all the time :( |
change to export ANDROIDNDKVER=r8e |
thanks for reply. I got same error :) Let's try something else :) |
This process has been tested with r8c and people have reported success with r8d. It could be that there were new issues introduced with r8e. Could you please try using a older ndk like r8c/r8d. |
I see same errors using r8d :) I'll try to download r8c and new sdk but I think that problem can be not there :( |
The error with cython 0.19 for kivy has been fixed |
thanks! confirming :) build done! Compiling /home/yurij/python-for-android/build/python-install/lib/python2.7/test/bad_coding.py ... Compiling /home/yurij/python-for-android/build/python-install/lib/python2.7/test/bad_coding2.py ... Compiling /home/yurij/python-for-android/build/python-install/lib/python2.7/test/badsyntax_future3.py ... Compiling /home/yurij/python-for-android/build/python-install/lib/python2.7/test/badsyntax_future4.py ... Compiling /home/yurij/python-for-android/build/python-install/lib/python2.7/test/badsyntax_future5.py ... Compiling /home/yurij/python-for-android/build/python-install/lib/python2.7/test/badsyntax_future6.py ... Compiling /home/yurij/python-for-android/build/python-install/lib/python2.7/test/badsyntax_future7.py ... Compiling /home/yurij/python-for-android/build/python-install/lib/python2.7/test/badsyntax_future8.py ... Compiling /home/yurij/python-for-android/build/python-install/lib/python2.7/test/badsyntax_future9.py ... Compiling /home/yurij/python-for-android/build/python-install/lib/python2.7/test/badsyntax_nocaret.py ... Listing /home/yurij/python-for-android/build/python-install/lib/python2.7/test/cjkencodings ... Compiling /home/yurij/python-for-android/build/python-install/lib/python2.7/test/test_multibytecodec.py ... |
Yes it's ok to ignore it, if it's saying "build done", it's done :) |
Im getting this error now:
|
@mittenchops Don't put your own error on an already closed issue, which has no relation to yours. Either search on the kivy-users mailing list or pyjnius mailing list, or open a new one. Thanks. |
Please, help me. What am I to do if command ./distribute.sh -m "pyjnius kivy" ends with the following message:
The text was updated successfully, but these errors were encountered: