Where is android studio building my .apk file?

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

    Take a look at this question.

    TL;DR: clean, then build.

    ./gradlew clean packageDebug 
    

提交回复
热议问题