Problem generating "APP Bundle"
-
Good morning, I have an old android project that I am recompiling and when in the "Build-project" option I have the "Build Android APP Bundle (*.aab)" option checked, I get this error:
FAILURE: Build failed with an exception.
What went wrong:
Task 'bundle' not found in root project 'android-build'. Some candidates are: 'build'.Try:
Run gradlew tasks to get a list of available tasks. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.BUILD FAILED
Total time: 11.182 secs
Building the android package failed!
-- For more information, run this command with --verbose.
13:08:05: The process "C:\Qt_Final\6.3.1\mingw_64\bin\androiddeployqt.exe" exited with code 14.
Error while building/deploying project ERPManchaSoft_x (kit: Android Qt 6.3.1 Clang arm64-v8a)
When executing step "Build Android APK"
13:08:05: Elapsed time: 03:21.But if I don't mark it, it generates the apk without any problem.
Let's see if someone can help me