You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In libffi recipe I had to replace line with: shprint(sh.Command('autoreconf'), '-vif', _env=env).
Without that change p4a was raising sh.CommandNotFound error.
Because libffi.pc can be found in this folder:
/home/paul/.local/share/python-for-android/build/other_builds/hostpython2/desktop/hostpython2/build/temp.linux-x86_64-2.7/libffi/libffi.pc
And after this point also in:
/home/paul/.local/share/python-for-android/build/other_builds/libffi/armeabi-v7a/libffi/arm-unknown-linux-androideabi/libffi.pc
I'm trying to build Kivy app with:
In libffi recipe I had to replace line with:
shprint(sh.Command('autoreconf'), '-vif', _env=env)
.Without that change p4a was raising sh.CommandNotFound error.
Now running
buildozer android_new debug
produces the following error log: http://pastebin.com/22qjBJwLbuildozer.spec file: http://pastebin.com/aLe7nLHG
main.py file: http://pastebin.com/xSReYe6u
The text was updated successfully, but these errors were encountered: