I'm trying to import file with buildozer but I can't know how
what I'm doing : in main.py there is
import xmpp
And it's should import this from file named : xmpp
it's working 100% but when I'm trying to make it an android app it isn't working
What should I do?