Where is android studio building my .apk file?

前端 未结 13 1157
离开以前
离开以前 2020-12-23 02:49

I\'ve been rebuilding my project from the ground up, so there\'s been a lot of problems with it. At the moment, everything\'s working great, except that when I try to run th

13条回答
  •  不思量自难忘°
    2020-12-23 03:04

    When Gradle builds your project, it puts all APKs in build/apk directory. You could also just do a simple recursive find command for *.apk in the top level directory of your project.

    Here is a better description...

    http://i.stack.imgur.com/XwjEZ.png

    View full image at http://i.stack.imgur.com/XwjEZ.png

提交回复
热议问题