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

Android #9

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Android #9

wants to merge 4 commits into from

Conversation

itswilliboy
Copy link
Member

@itswilliboy itswilliboy commented Dec 27, 2024

This sets the application up for usage on Android devices.

Steps:

  1. bun run tauri android dev.
  2. Fix any issues with ANDROID_HOME, NDK_HOME by installing each respectively, and set environment variables.
  3. Profit.

Caveats:
1. Since the Go server is probably running on localhost, you need to change all references of localhost to your host PC's local IP address. Eg. ws://localhost:3000/ws -> ws://192.168.1.228:3000/ws, etc.
2. Run the Go server with go run . --addr :3000 to make it accessible from other devices on your network.

@itswilliboy itswilliboy marked this pull request as ready for review February 15, 2025 23:01
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.

1 participant