Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"Generate Signed Apk" is not showing in Android Studio..Why?

Hi im unable to generate APK.. "Generate Signed Apk" is not showing in Android Studio..Also when i click " Build APK(s) " nothing coming... check screenshot Thanks

Check Screenshot

like image 980
cas2018 Avatar asked Jul 05 '18 04:07

cas2018


1 Answers

This happens if your android project did not synced successfully. You need to close your project and import it again, wait for notices for a possible needed update ie: SDK, sdk tools etc. and continue till it says synced successfully. After that the menu for generate signed apk will now be available.

like image 151
James Jones Avatar answered Sep 28 '22 18:09

James Jones