Problema al generar APP Bundle
-
Buenos días, tengo un proyecto android antiguo que estoy volviendo a compilar y cuando en la opción de "Build-proyect" tengo marcado la opción "Build Android APP Bundle (*.aab)" me sale este 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.Pero si no lo marco, me genera la apk sin problema.
A ver si alguien puede ayudarme -