0

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? Picture 1

Picture 2]

Picture 3]

Picture 4]

Samuel Philipp
  • 10,631
  • 12
  • 36
  • 56
wcdean217
  • 237
  • 1
  • 2
  • 9

2 Answers2

0

Any of these might help fix the problem:

  1. Move the entire project to a different folder.
  2. Upgrade/downgrade Android Studio.
  3. Restart your computer.
  4. Check your androidmanifest.xml to make sure nothing is wrong in it.
  5. Open another project and compile it. Then come back to this project and try again.

Hope this helps!

Mr. Arbitrary
  • 932
  • 11
  • 25
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