How I can fix this ?
FATAL EXCEPTION: main Process: a6e69.materialdesigntest
Please update the following in your gradle file in the following
compileSdkVersion 24
buildToolsVersion "24.0.1"
targetSdkVersion to 24
compile 'com.android.support:appcompat-v7:24.2.0'
compile 'com.android.support:support-v4:24.2.0'
compile 'com.android.support:recyclerview-v7:24.2.0'
Note: Please use the latest version for the libraries and avoid using + like you are doing for your recyclerview. Infact you should be getting this warning as well in android studio.
simply,change AppCompatActivity to Acticity