Skip to content Skip to sidebar Skip to footer

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

https://issuetracker.google.com/issues/37126279

Post a Comment for "Unable To Load Application In Android Studio Emulator"