How to solve inconvertable types cannot cast “Android.support.v4.app.fragment” to “packagename”
问题 I am creating an android application that consists of navigation drawer in android studio. I am getting an error called inconvertable types cannot cast "How to solve inconvertable types cannot cast "Android.support.v4.app.fragment" to "packagename"" please helpme howto solve this. This is my activity_main.java package sample.lakshman.com.sampleltester; import android.content.Intent; import android.support.v4.widget.DrawerLayout; import android.support.v7.app.ActionBarActivity; import android