Reputation: 2878
May be lot of possible duplicates for this question,but my situation is different. Just i downloaded Android Studio in my mac and created one sample application. It is running fine in emulator as well as device. But when i am trying to get apk in build folder it is not showing apk file. Please find the attached screen shot for reference.
My Studio version is: 0.8.6.
please help me how can i get unsigned apk.
Upvotes: 3
Views: 12328
Reputation: 32271
In Android Studio Feb 2022 build
, you need to execute Build APK(s)
Upvotes: 0
Reputation: 2878
haha , how silly it is there in build path only, but it won't visible in IDE, we have to go Folder structure then it will show apk file like below.
Upvotes: 4
Reputation: 24848
Try this way,hope this will help you to solve your problem.
Goto Build Menu >> Click Generate Signed APK..
After Click Generate Signed APK.. it will open Generate Signed APK Wizard now follow this steps :
1.Select your Module/Project from DropDown
2.Select KeyStore from path if KeyStore not created then create and give alias,password.
3.Select Destination path where you wan to place your APk and if you have custom pro guard settings then select pro guard using check Run ProGuard option.
Upvotes: 0