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"
Asked
Active
Viewed 60 times
0
-
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 Answers
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
-
I found it. Its there but when i delete and Generate Signed APK its not creating new apk. Why is that? – Sarath SVS Jan 02 '18 at 17:19
-
-
-
There is a problem with you OS, not Android Studio. you can check existing via CMD after generation @SarathSVS – Arash Hatami Jan 03 '18 at 18:15