Always shows me the error in the massages
java.lang.ClassNotFoundException: android.view.View$OnUnhandledKeyEventListener
My pr
You can fix it easily.
Open build.gradle(Module: app) under Gradle Scripts and update the version of appcompat to given below and Sync now
implementation 'com.android.support:appcompat-v7:28.0.0-alpha1'