Y
Y
yurez_orsha2017-11-16 04:23:39
Software testing
yurez_orsha, 2017-11-16 04:23:39

How to test client server application in android studio?

Hello. I have a back end in tomcat 8.5 on my pc. In android studio, I wrote a client that communicates with the server via url: String server = " https://localhost:8080/testapp/test ". But when you run the application, the functions do not work. The server is working. Maybe the problem is in the emulator? What can you suggest?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Eugene, 2017-11-16
@klim76

Might try

" https://%your computer's IP%:8080/testapp/test"
?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question