Skip to content

[AAB] No .aab found in bundle directory. #4987

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
farfromrefug opened this issue Aug 28, 2019 · 2 comments
Closed

[AAB] No .aab found in bundle directory. #4987

farfromrefug opened this issue Aug 28, 2019 · 2 comments

Comments

@farfromrefug
Copy link
Contributor

Towday i get this error wtih nativescript@next and tns-android@next

No .aab found in /Volumes/data/dev/nativescript/ActiveLook/platforms/android/app/build/outputs/bundle directory.

After looking at it, it is because Gradle generate a app-release.aab and not app.aab

This can be fixed here:

`${constants.APP_FOLDER_NAME}${constants.AAB_EXTENSION_NAME}`

We need to add ${constants.APP_FOLDER_NAME}-${buildMode}${constants.AAB_EXTENSION_NAME}
like it is done with apk

@KristianDD
Copy link
Contributor

Hi @farfromrefug ,
Thanks for reporting this and for your effort to investigate it. Your suggestion for a solution is spot on.

We have already created a PR, addressing the issue - #4986.

@farfromrefug
Copy link
Contributor Author

@KristianDD Sorry did not see you already had the PR :P

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants