Since recieving the latest update from Android Studio (AS), my project was no longer able to run. After dealing with a few of the 30+ IDE errors I found manually cloning the entire project to be more efficient.
Though, when I create a new empty project it is not able to run due to the following error:
Could not identify launch activity: Default Activity not found
So I tried the 2nd and 3rd suggestion offered by this thread:
Error: Default Activity Not Found
But this made no difference.
Then I have reinstalled Android Studio, but unfortunatly without any improving results.
So now when I want to run any newly created project, it tells me it cannot find a registered activity. As one can see in the image, the activity is registered in the manifest.
I am hoping for new things I can try so I can finally move on with my work.