APK path is not specified for module “Example-Example”

前端 未结 13 1185
夕颜
夕颜 2021-02-04 05:18

I am newbie in the world of android app development. I was creating a project Example on Android Studio. I have my LunchList.java file in

13条回答
  •  半阙折子戏
    2021-02-04 05:55

    I've found that the issue is usually if you've changed or moved the folder to a different location.

    If you open up the .idea folder in AndroidStudio, have a search for any reference to the old location. If you find some, just replace with the new location. It would seem some of the lines are hardcoded.

提交回复
热议问题