简体   繁体   中英

Unable To Create Signed APK in Android Studio

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"

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM