Android-Debug-Database icon indicating copy to clipboard operation
Android-Debug-Database copied to clipboard

Doesn't work with emulator

Open 7bd7 opened this issue 5 years ago • 5 comments

The library is awesome but doesn't work with an emulator. The browser page is loading for a while and then says "This site can’t be reached". I use the last version of the emulator Pixel 2 API 28.

7bd7 avatar Dec 04 '19 15:12 7bd7

It works quite well for me. You just adb forward tcp:8080 tcp:8080, open the app and visit localhost:8080.

MiSikora avatar Dec 04 '19 19:12 MiSikora

@7bd7 had a same problem and @MiSikora 's way didn't work for me

joyceHong0524 avatar Dec 05 '19 03:12 joyceHong0524

@MiSikora thanks, it worked for me

Jaimies avatar Dec 24 '19 19:12 Jaimies

Make sure the PORT_NUMBER is 8080 for adb forward tcp:8080 tcp:8080 to work when using an emulator. I think this should be made clearer in the README.md

alecgerona avatar Mar 20 '20 03:03 alecgerona

image

how to solve this problem in emulator?

sadip avatar Apr 25 '20 17:04 sadip