Skip to content
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

docs: Update IP addresses #56

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

briandaviddavidson
Copy link

Updates IP addresses in readme to point to localhost IP for local testing.

@briandaviddavidson briandaviddavidson changed the title Update IP addresses docs: Update IP addresses Mar 22, 2023
Copy link
Contributor

@regeter regeter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, we need to access this server most likely from an Android Studio Emulator.
For this scenario http://10.0.2.2:8080, is the correct address. The emulator would be accessing "itself" when trying to open http://127.0.0.1:8080, and fail.

https://developer.android.com/studio/run/emulator-networking

Ideally, the sample backend gets deployed to an actual AppEngine, which removes this behavior. I can add some documentation on how to deploy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants