My app used to be able to run through the simulation prior to me updating android studio. Now whenever I try to run it, no menus pop up and a task? is performed instead. I have included pictures below of what I feel may be important. I have tried invalidating chaches and rebuilding gradle many times. I feel I may have changes something by accident. Anyone know what I have done or how to fix it?
Asked
Active
Viewed 35 times
0

Samuel Philipp
- 10,631
- 12
- 36
- 56

wcdean217
- 237
- 1
- 2
- 9
2 Answers
0
Any of these might help fix the problem:
- Move the entire project to a different folder.
- Upgrade/downgrade Android Studio.
- Restart your computer.
- Check your androidmanifest.xml to make sure nothing is wrong in it.
- Open another project and compile it. Then come back to this project and try again.
Hope this helps!

Mr. Arbitrary
- 932
- 11
- 25
-
What should I be looking for in the manifest? Everything seems to look correct. – wcdean217 Apr 24 '19 at 12:48
-
Inconsistent naming, incorrect paths. Intellisense should tell you if something is wrong. – Mr. Arbitrary Apr 24 '19 at 14:30
0
Picture 4 suggests that you have not specified the module. Select the module, app
. It should run fine.

Doc
- 10,831
- 3
- 39
- 63
-
When I click on that, nothing appears in the drop down box. Just shows 'no module' – wcdean217 Apr 24 '19 at 12:58
-
try https://stackoverflow.com/questions/18368748/android-studio-module-wont-show-up-in-edit-configuration or https://stackoverflow.com/questions/29087882/android-studio-run-debug-configuration-error-module-not-specified – Doc Apr 24 '19 at 13:05