• python
  • javascript
  • reactjs
  • sql
  • c#
  • java
Facebook Twitter Instagram
Devs Fixed
  • python
  • javascript
  • reactjs
  • sql
  • c#
  • java
Devs Fixed
Home ยป Resolved: Creating a bundle to publish an Android app

Resolved: Creating a bundle to publish an Android app

0
By Isaac Tonny on 16/06/2022 Issue
Share
Facebook Twitter LinkedIn

Question:

While trying to build and then upload a bundle to publish an Android app, I have the following issue.
In the Android Studio menu, I choose:
I expect to see (at the end) a file called app-release.aab created in the directory:
But I do not see it, I assume that for some reason it is not created.
I have a question, concerning the way I do. Am I supposed to use a different upload key for each application I create?
If the answer to the question above is NO; what am I missing?

Answer:

When you build signed bundle like this
Android Studio must notify you about successful build with this notification in bottom-right corner of screen: enter image description here
Once you click on locate word in this notification, you will be redirected to the real directory where bundle created is.
If you can’t see this notification, maybe your build was failed? Are you sure build is success? Are you sure you build a release version, not debug?

If you have better answer, please add a comment about this, thank you!

android android-app-bundle
Share. Facebook Twitter LinkedIn

Related Posts

Resolved: std::regex_replace to replace multiple combinations

26/03/2023

Resolved: How can I copy files using the ansible.builtin.copy module and avoid conflicting file names?

26/03/2023

Resolved: Reshape tensors of unknown shape with tf.function

26/03/2023

Leave A Reply

© 2023 DEVSFIX.COM

Type above and press Enter to search. Press Esc to cancel.