I am trying to write a sample app using Android architecture components and but even after trying for days I could not get it to work. It gives me the above exception.
I'm using this example android-arcuitecture-component BasicSample to make a new project, facing a similar error log, found I did'n change de applicatio name
AndroidManifest.xml
and that was my error, to fix put the aplicacion name to de BasicApp, this class is implement in the example.