I am seeing these messages
Rendering problems The following classes could not be found android.support.design.widget.appbarlayout(Fix build path, Create class) android.support.design.widget.CoordinatorLayout(Fix build path,Create class)
I am seeing these messages
Rendering problems The following classes could not be found android.support.design.widget.appbarlayout(Fix build path, Create class) android.support.design.widget.CoordinatorLayout(Fix build path,Create class)
Have you added this line to you build.gradle
file?
dependencies {
compile 'com.android.support:design:23.4.0'
}
change in build.gradle
from :
dependencies {
compile 'com.android.support:design:23.4.0'
}
to :
compile 'com.android.support:design:23.0.0'
or what ever is the number just put 0.0 at the end