The activity 'MainActivity' is not declared in AndroidManifest.xml

android, xml

Solution

I got this error when moving a lot of files, to fix just resync your gradle files.

File->Sync Project with Gradle Files

Problem

I am getting an error which reads The activity 'MainActivity' is not declared in AndroidManifest.xml What is the problem here?

Original source

Related problems