Where is android studio building my .apk file?

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

    in android 3.1.0 Above use below path to find signed version of APK

    home/AndroidStudioProjects//app/app-release.apk
    

    and in windows

    AndroidStudioProjects\{project name}\app\release\app-release.apk
    

提交回复
热议问题