|
|
|
|
|
by pjmlp
1257 days ago
|
|
Java, Kotlin and C++. The languages with tier 1 support on Android SDK tooling for app development, properly configured out of the box after a SDK full install. https://developer.android.com/guide/components/fundamentals Which by the way, also includes a phone emulator to try out your stuff, including simulation of hardware events. No need to get a phone. |
|
I just tried this and... no C++. You can add the NDK and start building stuff with C++, but that's also exactly how the Rust offering works. If the result was actually a properly configured out of the box C++ development environment that would be pretty nice besides the Android stuff, but it isn't, the actual result out of the box is you get to pick Java or Kotlin.
You can do C++ native development for Android, but only via basically the same route as Rust, there's just not the huge gap you implied.