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

前端 未结 13 1004
夕颜
夕颜 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 06:00

    Finally! Updated solution found here:

    Android APK path is not specified for module

    • Open Project structure
    • Click on Modules tab
    • Expand your project and click on Android
    • On right side click on Compiler tab
    • Looking for "APK path" field Enter your project root folder, i.e. /Users/bla/project/my.apk Click Apply and Ok

提交回复
热议问题