I am trying to use the code generated from Android Action Bar Style Generator.for creating and tabs in my application.but Unfortunately stopped error is being shown..Maybe some issue of theme..I have also added:
android:theme="@style/Theme.Example"
in manifest.
Please help me. I am a beginner in android.
LogCat:
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.priyankagupta.tabbing/com.example.priyankagupta.tabbing.MainActivity}:
java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity. at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2338)