Unable To Load Application In Android Studio Emulator
I can't open the application I'm developing in Android Studio emulator, It is showing the following message in the log Could not open Selected VM debug port (8700). Make sure you d
Solution 1:
can be caused by an ip address in the file etc / host, sometimes you enter an additional to make tests and it is not deleted, you must check that in your file this
127.0.0.1 localhost
255.255.255.255 broadcasthost
:: 1 localhost
you can also ping the address 127.0.0.1 to check for an answer, $ ping localhost
additional information that can helps you
Post a Comment for "Unable To Load Application In Android Studio Emulator"