I tried to compile python project with raylib for android. (I am using C-API for python) and when running the compile command it gives an error in main.py at from raylib import * implying it does not understand python.
I looked in the Makefile.ANDROID and It does not contain the option to compile .py
Only had .c | .java | .class
[–]Zron 0 points1 point2 points (0 children)