In an android project, I had the following line in main_activity.xml
without giving any error:
tools:context="com.example.alumno.prueba_2.Launch" (activity main.xml, carpeta layout dentro de res)
but now it does (unresolve launch class) without having changed anything for it. Why is it?