Quando tento executar o app aparece um erro: java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.example.agenda/com.example.agenda.MainActivity}: java.lang.ClassNotFoundException: Didn't find class 'com.example.agenda.MainActivity' on path: DexPathList[[zip file '/data/app/com.example.agenda-1/base.apk'],nativeLibraryDirectories=[/data/app/com.example.agenda-1/lib/x86, /system/lib, /vendor/lib]]
Quando vou no AndroidManifest, existe um erro na linha que dá início à descrição da Activity:
- Linha:
<activity android:name=".MainActivity">
- Erro: Class referenced in the manifest,
com.example.agenda.MainActivity
, was not found in the project or the libraries