Android on Qt not Working
-
I am a newbie, so if I have missed an essential step I apologise in advance.
I am using Qt16.0.1 on Windows 10. Android device is a Samsung AO4s - I believe the processor to be an AMD, in any case I have tried all kits available for Android without success.I believe the kits are set up correctly:
.
and
I have tried both versions of CMake.
I always get this error message: :-1: error: Cannot find application binary in build dir C:/Users/Roly/Documents/Qt Examples/Android1/build/Android_Qt_6_9_0_Clang_arm64_v8a-Release/android-build-Android1//libs/arm64-v8a/libAndroid1_arm64-v8a.so.
I note that there is a "//" in this path. File explorer shows the path ending at ".../Android1/"
Looks like a bug to me.
I would appreciate any help.
Thanks
-
I am a newbie, so if I have missed an essential step I apologise in advance.
I am using Qt16.0.1 on Windows 10. Android device is a Samsung AO4s - I believe the processor to be an AMD, in any case I have tried all kits available for Android without success.I believe the kits are set up correctly:
.
and
I have tried both versions of CMake.
I always get this error message: :-1: error: Cannot find application binary in build dir C:/Users/Roly/Documents/Qt Examples/Android1/build/Android_Qt_6_9_0_Clang_arm64_v8a-Release/android-build-Android1//libs/arm64-v8a/libAndroid1_arm64-v8a.so.
I note that there is a "//" in this path. File explorer shows the path ending at ".../Android1/"
Looks like a bug to me.
I would appreciate any help.
Thanks
@OldRoly said in Android on Qt not Working:
Looks like a bug to me
Two slashes do not matter.
Did you check whether C:/Users/Roly/Documents/Qt Examples/Android1/build/Android_Qt_6_9_0_Clang_arm64_v8a-Release/android-build-Android1//libs/arm64-v8a/libAndroid1_arm64-v8a.so file exists?
You should also avoid using paths with spaces."I believe the processor to be an AMD" - you should not believe but know, especially considering that the path above points to an ARM build.
-
I am a newbie, so if I have missed an essential step I apologise in advance.
I am using Qt16.0.1 on Windows 10. Android device is a Samsung AO4s - I believe the processor to be an AMD, in any case I have tried all kits available for Android without success.I believe the kits are set up correctly:
.
and
I have tried both versions of CMake.
I always get this error message: :-1: error: Cannot find application binary in build dir C:/Users/Roly/Documents/Qt Examples/Android1/build/Android_Qt_6_9_0_Clang_arm64_v8a-Release/android-build-Android1//libs/arm64-v8a/libAndroid1_arm64-v8a.so.
I note that there is a "//" in this path. File explorer shows the path ending at ".../Android1/"
Looks like a bug to me.
I would appreciate any help.
Thanks