Skip to content

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.

2 participants