Having trouble setting up Qt for Android
Unsolved
Mobile and Embedded
-
I'm running Ubuntu 20.04. I have installed Android Studio, nearly all the android-sdk-* packages (except for a few unnecessary ones), set up an AVD, and, in short, done everything that I needed to do. However, Qt Creator gives me build errors such as "file 'memory' not found" and "file 'type_traits' not found". Apparently, I don't have a standard library set up for my Android configuration, but I don't know what I did wrong.
I have installed Android SDK platforms 11.0, 5.0, and 2.3.3 (API levels 30, 21, and 10).
Thanks in advance.
-
You need to install Android NDK as well.