Error type 3: Activity Class {...} does not exist
In build.gradle
, the line:
apply plugin: 'android-library'
needs changed to:
apply plugin: 'com.android.application'
This is how i fixed it. go to Gradle > Tasks > Install > UninstallAll