The Import Android. Support. Design. Widget. Floatingactionbutton Cannot Be Resolved[Eclipse]
Added Jar Lib Folder: Android-Support-V7-Appcompat. Jar Appcompat-V7-23.1.1-Sources. Jar Design-23.1.1-Sources. Jar 2 2 Answers Cannot Resolve Class Android...
The import android.support.design.widget.FloatingActionButton cannot be resolved[Eclipse]
Project Built target-API 23
<uses-sdk android:minSdkVersion="18" android:targetSdkVersion="22" />
Added jar lib folder :
android-support-v7-appcompat.jar
appcompat-v7-23.1.1-sources.jar
design-23.1.1-sources.jar
2 Answers
Cannot resolve class
android.support.design.widget.FloatingActionButton
use this one
com.google.android.material.floatingactionbutton.FloatingActionButton
If you are using Android Studio -
then try to add this in your build.gradle(app level)
compile 'com.android.support:design:23.1.1'
compile 'android-support-v7-appcompat:23.1.1'
as you are targeting to API 23