You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When developing Tauri applications on Android there is considerable friction with the Android Studio toolchain and debugging.
Android Studio does not display all source files, including Rust/Kotlin code, making it challenging to see the project structure.
It is impossible to inspect or set breakpoints in plugin code, hindering in-depth debugging.
Log outputs are not easily accessible, which complicates diagnosing runtime issues.
These limitations collectively slow down development and debugging cycles, especially when working with platform-specific features or debugging plugins.
Describe the solution you'd like
Ensure that Android Studio can load and display all relevant source files, including Rust and Kotlin.
Add the ability to inspect and set breakpoints in Tauri plugin code, whether written in Kotlin or Rust.
Provide a way to stream and display log outputs more effectively, directly integrated with Android Studio's debugging tools.
Reduce build/deploy times.
Alternatives considered
N/A
Additional context
No response
The text was updated successfully, but these errors were encountered:
velocitysystems
changed the title
[feat] Improve Android Studio toolchain and debugging on Android
[feat] Improve IDE toolchain and debugging on Android
Jan 3, 2025
Describe the problem
When developing Tauri applications on Android there is considerable friction with the Android Studio toolchain and debugging.
These limitations collectively slow down development and debugging cycles, especially when working with platform-specific features or debugging plugins.
Describe the solution you'd like
Alternatives considered
N/A
Additional context
No response
The text was updated successfully, but these errors were encountered: