Skip to content

chore(android): make project buildable for android - #20

Open
addeeandra wants to merge 1 commit into
mainfrom
claude/android-build-setup-mk8cP
Open

chore(android): make project buildable for android#20
addeeandra wants to merge 1 commit into
mainfrom
claude/android-build-setup-mk8cP

Conversation

@addeeandra

Copy link
Copy Markdown
Owner

Gate desktop-only Tauri features and plugins behind cfg(not(android|ios))
so the Rust side compiles for android. Also scope the existing capability
file to desktop platforms and add a mobile capability covering the
android-compatible plugins (sql, opener).

Remaining one-time setup (must run on a machine with Android SDK + NDK r27
and JDK 17 installed): pnpm tauri android init, then pnpm tauri icon
src-tauri/icons/icon.png to populate gen/android/ project files and
adaptive icons.

https://claude.ai/code/session_01KqUuNDeiVU4wa3zhnuXutb

Gate desktop-only Tauri features and plugins behind cfg(not(android|ios))
so the Rust side compiles for android. Also scope the existing capability
file to desktop platforms and add a mobile capability covering the
android-compatible plugins (sql, opener).

Remaining one-time setup (must run on a machine with Android SDK + NDK r27
and JDK 17 installed): pnpm tauri android init, then pnpm tauri icon
src-tauri/icons/icon.png to populate gen/android/ project files and
adaptive icons.

https://claude.ai/code/session_01KqUuNDeiVU4wa3zhnuXutb
@addeeandra addeeandra self-assigned this May 4, 2026
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