Where is android studio building my .apk file?

前端 未结 13 1142
离开以前
离开以前 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:30

    After compiling my code in Android Studio, I found it here:

    ~\MyApp_Name\app\build\outputs\apk\app-debug.apk

    0 讨论(0)
提交回复
热议问题