-
-
Notifications
You must be signed in to change notification settings - Fork 871
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The log info is : D/DebugDB: Open http://0.0.0.0:8080 in your browser #6
Comments
r u trying this with emulator ? |
@lhlhlh111000 I need to fix the issue happening with emulator. |
@lhlhlh111000 @amitshekhariitbhu I don't think we can control emulator IP address by code. but my simple solution for this is Open browser with http://localhost:8080 |
@vinayagasundar thanks for the info. Will try it soon |
I am getting same problem. @amitshekhariitbhu |
@vinayagasundar workaround works for me too, but please @amitshekhariitbhu try to fix it! Using the default Android Studio emulators is the default option while developing, and it's incredibly faster than using real devices. Plus, after API 23 is not possible to use the Android Device Monitor to pull the DB files from the emulator device, so your debugger is practically the only available tool we have to inspect app data! |
@lorenzos sure sure... we will fix it in new release. |
not open database in andriod device |
I am getting it on Real device too. |
@Aexyn Your device was connected to wifi when you first started the app? |
@amitshekhariitbhu No.. It is connected to desktop the whole time |
Also it was unable to show the my database as I have a custom path where I store them |
+1 |
I work at android studio 3.0 canary 1 |
@guyulmaz Checking the issue. @vinayagasundar any idea? |
@amitshekhariitbhu @guyulmaz I'll check this and let you know. |
@vinayagasundar |
\AppData\Local\Android\sdk\platform-tools>adb forward tcp:8080 tcp:8080 it works thanks |
D/DebugDB: Open http://172.17.100.15:8081 in your browser |
I had the same issue. When switched back to WiFi network from my data connection everything worked. Good work. |
It seems that this happens when the device is using a 3G/4G mobile internet, instead of WiFi. Suggestion: Perhaps the app could detect "0.0.0.0" as a probable error condition and change the message -- something like this:
|
How about a small gradle plugin which would run |
@Kisty This is good suggestion. |
@grandgrant which version of room database? |
This tip works for me, just reminding that: |
I had the same issue. But looking up the tablets IP and trying with that still worked. |
Turn on your Wifi |
what's worry with me, i can not open the database…
The text was updated successfully, but these errors were encountered: