Building an Android App Bundle

Hi everyone!

I’m trying to make a proper android app bundle to upload my game to the Google Play Console and have it tested.

That’s what I do:

  1. In Build Settings I check the Build App Bundle box
  2. In Player Settings->Publishing Settings I choose the key which I created before
  3. Then I build and get the .aab file
  4. I go to Google Play Console and upload the file into Internal Test Release
  5. Once the upload is completed, I immidiately see the error saying “the android app bundle was not signed”

Guys, could you please explain me, what I am doing wrong?

I know this is old, but this thread turned up on google. as someone on reddit mentioned:

make sure to Uncheck Development Build in settings. You can’t upload an app in development build.

At least this solved the problem for me :slight_smile: