Configure Qt for Android - error
-
Hi,
I am new to Qt and have been reading around on the forum but cant find the solution for my problem.
I am trying to configure Qt for Android.
Wen building the running the program for Desktop everything is fine but when switching to Android I get this error message:
Any ideas how to fix the problem?
-
Hi,
I am new to Qt and have been reading around on the forum but cant find the solution for my problem.
I am trying to configure Qt for Android.
Wen building the running the program for Desktop everything is fine but when switching to Android I get this error message:
Any ideas how to fix the problem?
-
Hi and welcome to devnet forum
Best to follow the Android setup guide including all versions.
In your case at least NDK should be downgraded.
-
Perfect! Missed that part. Downloaded the NDK 10e version insted and added it to Qt and now it works.
Thx!