N
N
Nube2017-01-24 14:00:19
Android
Nube, 2017-01-24 14:00:19

How to connect to local network using android emulator?

There is a server on windows (java) , as well as an android client. I launch a project in android studio through the emulator, and an error occurs that the socket cannot connect . "failed to connect to localhost: How to fix this ? Thanks!

Answer the question

In order to leave comments, you need to log in

3 answer(s)
N
Nube, 2017-01-28
@Nube

Решение: зайти в консоль и узнать свой Ipv4 и написать его в host, в windows например надо вбить ipconfig

I
ivanessence, 2017-01-24
@ivanessence

Добрый день! Во-первых. неплохо было бы более подробно описать проблему, хотя бы какой адрес сокета вы используете на клиенте/сервере.
В пределах одной подсети, адрес сокета на Android-клиенте необходимо прописывать в формате

private static final String SERVER3 = "ws://192.168.0.193:8080/web";

Сергей Семенко, 2017-01-25
@abler98

https://developer.android.com/studio/run/emulator-...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question