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
Sources are not added to Android Studio sourceSet when Rust library is outside of the Android Studio (and on most cross-platform projects it most probably will be). In result it is not possible to edit any file (as you just can't find any) in the IDE.
It would be nice to have something similar to the externalNativeBuild & CMake - it adds all sources to the sourceSet and they are visible from both Project and Android tabs.