3

I want to release 2nd android app in Play Market. For release need apk file Firstly, I go to Genereate Signed Bundle or APK, there I choice android.jks file from my 1st app and key alias. I get message :

App bundle(s) generated successfully: 
Module 'app': locate or analyze the app bundle.

When i click locate i can't find apk file

Adám
  • 6,573
  • 20
  • 37
Bekzhan
  • 175
  • 1
  • 12

3 Answers3

5

see you are generating android app bundle as per below message

App bundle(s) generated successfully: 
Module 'app': locate or analyze the app bundle.

so there should be .aab file instead of apk

if you are generating app bundle you can find it under

app>build>outputs>release>your_app_name.aab

to generate apk you must follow these steps

build>generate singed bundle/apk > select apk > then proceed

akshay_shahane
  • 4,423
  • 2
  • 17
  • 30
3

Click on locate please > release > app-release.apk

There you go!!

Anupam
  • 2,845
  • 2
  • 16
  • 30
3

I think you made a mistake while generating Signed APk. You have to select 'APK' option in the first dialog appears while generating Signed APk.

Then Please go to your Project folder. Then go to app folder. There will be a release folder. Release apk will be there in that folder

DAS
  • 442
  • 1
  • 6
  • 21