0

after i clicked on generate signed apk It Shows "APK Generated Successfully" but there is no apk in the folder. I tried Clean,Rebuild,Invalidate Cache/Restart but after all that Android Studio Not generating apk but shows "apk generated success fully"

Sarath SVS
  • 49
  • 1
  • 8
  • In which folder you are checking ? – Aditya Jan 02 '18 at 17:03
  • I checked {MyAppFolder}/app/release - and i founded the file, but when i click generate signed apk it asks for the location where the apk will be generated, but the apk still get created on "app/release" folder. Do I have to Clean and Rebuild every time before generating signed apk? – Sarath SVS Jan 02 '18 at 17:17

1 Answers1

0

Since Android Studio 3.0 update, the apk generated will be in :

{project}/app/release/app-release.apk

The new structure is :

{APK Destination Folder} \ {flavor} \ {variant} \ {apkname}.apk
Arash Hatami
  • 5,297
  • 5
  • 39
  • 59