qtcreator 15 changing android application name breaks build
-
I have an android phone app, qt 6.8.3, that builds and deploys fine. I then changed the application name from "appMapQtLite" to "tm100lite" in the android manifest and the CMakeLists.txt file.
Now, when I build, I get the error (shown below).
I have tried clearing the CMake config, I have tried restarting QTCreator. I have tried deleting my entire build directory and letting QTCreator recreate it using the CMake config. Nothing works.[44/45 1.5/sec] Linking CXX shared module libtm100lite_arm64-v8a.so
[45/45 1.5/sec] Copying tm100lite binary to apk folder
11:30:29: The process "C:\Program Files\CMake\bin\cmake.exe" exited normally.
11:30:29: Product type is not an application, not building an APK.
11:30:29: Elapsed time: 00:29. -
hey man thanks for the tip, that led me in the right direction. The fix was to close the project, delete my build directory AND my CMakeLists.txt.user file, then reopen the project and choose the build kits again. All good now I will mark this as resolved.
-
hey man thanks for the tip, that led me in the right direction. The fix was to close the project, delete my build directory AND my CMakeLists.txt.user file, then reopen the project and choose the build kits again. All good now I will mark this as resolved.
-
-