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'

Leave a Comment