Python(Server) Android(Client) Socket Programming
问题 I'd like to make a program which connects Python code with Android Studio. But there has been a problem on android studio which is not showing any UI that I'd like to show on Emulator Screen. I think it is due to "StrictMode". But If I except the StrictMode Code. The Program is stopped. What should I do? Here is the codes. Python Code(Server) import socket import random as r HOST = "localhost" PORT = 9999 x = ['10', '20', '30', '40', '50'] y = ['-10', '-20', '-30','-40', '-50'] rssi = ['1.5',