The import android.support cannot be resolved

Please follow these Steps: For Eclipse: Go to your Project’s Properties Navigate to the Java Build Path Then go to the Libraries tab. There click the Add External JARs Button on the Right pane. Select the android-support-v4.jar file, usually the path for the Jar file is : YOUR_DRIVE\android-sdks\extras\android\support\v4\android-support-v4.jar After adding android-support-v4.jar Library, navigate to the … Read more