Skip to content Skip to sidebar Skip to footer

How To Add Suport Library,actionbaractivity And Themes To Android Project?

I added android-support-v7-appcompat. Next I clicked on each file in directory \libs. Then I clicked android-support-v7-appcompat and opened properties. Next checked files from dir

Solution 1:

If starting a new project now, I would do the same as you and use Action Bar Compat . This should help : ActionBarCompat - how to use it

Solution 2:

Is necessary use and extra library for use the ActionBar, not only the android-support-library. Try to use the ActionBarSherlockLibrary (this library do that you want to do).

http://actionbarsherlock.com/

Solution 3:

  1. Sample locate $ANDROID_SDK/samples/android-18/ui/actionbarcompat/
  2. ActionBarCompat library project locate on $ANDROID_SDK/extras/android/support/v7/appcompat

Post a Comment for "How To Add Suport Library,actionbaractivity And Themes To Android Project?"