Hi. I built and installed app on my adndroid phone. It seems to work fine, but i noticed an error in the log running
E/linker (13751): load_library(linker.cpp:771): too small to be an ELF executable: /data/data/org.spbelect.myy/files/lib/python2.7/site-packages/android/_android.so
I built an app with these commands:
p4a create --dist_name=testsdl2 --bootstrap=sdl2 --requirements=sdl2,python2,kivy,pil
p4a apk --private /home/z/pproj/mykivy/ --package=org.spbelect.myy --name="myy" --version=0.8 --dist-name testsdl2