Android-Debug-Database
Android-Debug-Database copied to clipboard
Doesn't work with emulator
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.
It works quite well for me. You just adb forward tcp:8080 tcp:8080
, open the app and visit localhost:8080
.
@7bd7 had a same problem and @MiSikora 's way didn't work for me
@MiSikora thanks, it worked for me
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
how to solve this problem in emulator?