make: *** No rule to make target 'install'. Stop.
-
Hello everone i am new at qml and try to build an basic application on qtcreator with qt 6.5 LTS.
Jdk, sdk and ndk settings as follows;
Jdk version = jdk-17.0.13+11
Sdk version = 33.0.3
Ndk version = 25.1.8937393
I will test it my cellphone which has android 10.At grandle.properties, I add belows;
androidBuildToolsVersion=33.0.3
androidCompileSdkVersion=33
androidNdkVersion=25.1.8937393
qtMinSdkVersion=29
qtTargetSdkVersion=33
qtTargetAbiList=arm64-v8abut I am getting error. I don’t know what is it and didn’t solve it.
Error:
make: *** No rule to make target 'install'. Stop.
09:41:01: The process "/home/ubuntu/Android/Sdk/ndk/25.1.8937393/prebuilt/linux-x86_64/bin/make" exited with code 2.
Error while building/deploying project androidharita (kit: Android Qt 6.5.3 Clang arm64-v8a)
When executing step "Copy application data"Can you help me to solve the problem?