简体   繁体   中英

No “apk” folder generated inside the “Build” folder when building an APK

I am using Android Studio v 0.5.7. The problem is that, in the "Bin" folder my apk file is there, but it is not built automatically. That is, it shows my older APK.

When I searched regarding this issue I found that, in the "Build" folder an "apk" folder is generated and it shows the updated apk file. But I have no "apk" folder inside the "Build" folder.

So, how can I get my latest apk file in Android Studio?

https://code.google.com/p/android/issues/detail?id=73370 has the additional details There is a 'gradle tasks ' window - just like the editor area, project area, gradle console , similarly to the right side of android studio - there are commander, Maven Projects and gradle tasks -

once you open gradle tasks window, you will find the assemblerelease task - Run it and you will find the apk generated in \\mobile\\build\\outputs\\apk or \\wear\\build\\outputs\\apk etc

我也曾遇到过这个问题。但是在Win资源管理器中的apk在项目文件夹中搜索了“ 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