Debugging APK with Symbols #53

Closed
opened 2025-08-09 17:13:09 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @Honeybunch on 2/5/2021

My workflow with Android involves a mostly-native and very polyglot code-base. Gradle is not involved, the build system is 100% CMake and Cargo. I end up with a very unconventional source tree as I wrangle C, C++, Java and Rust into an APK. Android Studio is particularly bad at letting me debug any Rust with its APK Debugging feature but it does let me attach symbols from a known symbol root. This extension doesn't seem to have any equivalent feature. Am I correct in assuming that this extension is mostly relying on a standardized source tree for resolving symbols? Is there any way that I could provide it a symbolized native lib instead?

*Originally created by @Honeybunch on 2/5/2021* My workflow with Android involves a mostly-native and very polyglot code-base. Gradle is not involved, the build system is 100% CMake and Cargo. I end up with a very unconventional source tree as I wrangle C, C++, Java and Rust into an APK. Android Studio is particularly bad at letting me debug any Rust with its APK Debugging feature but it does let me attach symbols from a known symbol root. This extension doesn't seem to have any equivalent feature. Am I correct in assuming that this extension is mostly relying on a standardized source tree for resolving symbols? Is there any way that I could provide it a symbolized native lib instead?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/android-dev-ext#53
No description provided.