android - Kivy can post info to server in kivy.launcher,but useless from apk file(same code). some suggestions? -


i wrote small app kivy, functionality simple, in ui, can type name , tap submit button, app connected cloud server, whenever tap submit, can receive write in app, it's useful in pc(i run in terminal , can receive typed in cloud server), in kivy.launcher(i put app.main , .kv in android device, can receive information in server); when use buildozer build .apk file, runs on android device, when tap submit button, could't receive in cloud server, both in wifi , 3g/4g, did know wrong app?
reply , suggestions. i'm newbie, can not upload img.

make sure apk has internet permission (you can enable in buildozer.spec).


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -