Skip to content Skip to sidebar Skip to footer

Apk Path Is Not Specified For Module "example-example"

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 src/main/java/apt.tutorial.lunchlist .Till

Solution 1:

Exit Android studio. Launch it with Administrator Privilege. This solved the problem with Android Studio v0.1 in Windows 7.

Solution 2:

I had the same issue, I unselected the 2 files and then received the error

"ERROR: APK path is not specified for module"

I just restarted Android Studio and reopened the project and then it worked normal again.

It is indeed a bug but there's a simple work around.

Solution 3:

Here's what worked for me: delete.idea/ and *.iml files, then open a project again (as gradle project) - all the idea files will be recreated - and everything works fine

Solution 4:

I had the same error with IntelliJ CE.

I fixed it by choosing "Inherit project compile output path" in the strong text imodule settings (Paths tab > Compiler output)

Solution 5:

In my case, I imported the same project over again. Android Studio overrode the old settings. Then this error went away!

Post a Comment for "Apk Path Is Not Specified For Module "example-example""