> Clangd support for C++

That’s interesting, how common is it to write C++ for Android applications, and with Android Studio? I’m not that informed regarding android stuff but I understood that the native development kit wasn’t really that well maintained, making C++ an 2nd class citizen when compared to Java (and maybe Kotlin?).

I would guess it’s mostly used for games?

C/C++ is only the only choice for cross platform business logic between windows/ios/android/macos.

You can also use Rust (and some big companies are - Cloudflare is shipping Rust on Android/iOS for their warp VPN, and Dropbox uses it in their desktop sync client (not sure if the same code is also used on mobile)).

Very interesting. Do you have any sources for people targeting Android with Rust?