jack7
jack7

Reputation: 137

Unable to Run .java file in Android Studio 4.0.1, Edit Configuration appears

While trying to Run the application, "Edit Configuration" appears and this below window opens:

enter image description here

How to proceed after this?

Pressing "Run" button does nothing.

Further on expanding the Templates drop-down, I am getting no-module in the Module box which is the only option available there.

enter image description here

Upvotes: 0

Views: 141

Answers (1)

Sandrin Joy
Sandrin Joy

Reputation: 1184

Its because you haven't created the main activity / First activiy (module)

Also try refactoring your modules and package name

You will be promted to select an activity when starting a project, you might have missed it

Upvotes: 1

Related Questions