简体   繁体   中英

About using python sockets with kivy for an android app

Is there anything I should know about? I'm currently through some buildozer problems, but I guess it's because I messed up the installation of all dependencies related to it.

Like, if my main.py imports from kivy, socket and threading, in the buildozer.spec , should I state the requirements line to also require socket and threading alongside kivy?

Yes. like this one:

requirements = kivy,pyjnius

I'm using the pyjnius module so I need to state it in my buildozer.spec's requirements line.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM