I want to update my app which is already uploaded on Google store.
I ticked Export Project and Build App Bundle(Google Play) to build and
export this app to Android Studio, but failed to build it.
I got this issue when I changed Unity Editor from Unity2019.1.10f1 to Unity 2019.2.17f1.
Jeff’s word ‘path’ gave me idea to check and reset the path of the project and the AAB file
as follows;
The path of the project
C → users → developer → ApkProjects
The path of the AAB file.
to make the AAB file
File → Build Settings → Export( with ticking Export Project and Build App Bundle(Google Play))
Then, I select the following path of the file;
C → Users → developer → AndroidStudioProjects ( not ApkProjects)
That is, the above-mentioned two paths are different each other.
Then, I can get AAB file to export to Android Studio in the following path.
I don’t know the reason why this issue could be resolved by taking the above process, but Jeff’s guideline was greatly helpful to solve this head-aching issue.