Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Option to "build signed apk" missing

After updating my Android Studio to the latest version, I can no longer find the option to build signed apk.

Image to show options available currently

I have tried installing beta and canary builds of Android Studio but they do not seem to carry the option either. Can someone help me figure out how to generate signed apks?

like image 505
Glinda Avatar asked Nov 11 '18 15:11

Glinda


3 Answers

I've tried re-installing Android SDK Build Tools but that didn't work for me. But I managed to see the option by ensuring that the project is opened in the Android directory instead of the project root.

like image 143
clodal Avatar answered Oct 18 '22 04:10

clodal


Try Invalidate restart Goto File > Invalidate Caches/Restart If you still face the problem then you have to reinstall the android studio not the build. Delete the android studio folder from users or where you have given the path while installing.then open the android studio and it will automatically start installing

like image 4
Umair Iqbal Avatar answered Oct 18 '22 05:10

Umair Iqbal


I solved this issue by deleting and re-downloading Android SDK Build-Tools. Posting this here in case anyone else is facing this issue.

like image 3
Glinda Avatar answered Oct 18 '22 03:10

Glinda