Top "Android-appcompat" questions

The App Compat Support Library package contains several libraries that can be included in your application.

Unable to execute dex: Multiple dex files define Lbolts/AggregateException

I do know Multiple dex problems have been reported a lot of times before, but none of the solutions seems …

java android android-support-library android-appcompat bolts-framework
YouTubePlayer together with AppCompat v7 library

I have developed an app that uses YouTube android API to play a certain video inside the app. At that …

android android-5.0-lollipop android-youtube-api android-appcompat
Unexpected Top-Level Exception in android-support-v4.jar

I have a problem when I want to compile my app: UNEXPECTED TOP-LEVEL EXCEPTION: java.lang.IllegalArgumentException: already added` It …

android gradle android-studio facebook-android-sdk android-appcompat
Apply tint to PreferenceActivity widgets with AppCompat v21

I'm using CheckboxPreference in a PreferenceActivity and an AppCompat theme from the v21 support library. As you already know, with …

android android-preferences android-appcompat material-design tint
Ripple effect on Spinner dropdown items colored background (appcompat-v7 V21)

I tried to apply ripple effect on Spinner dropdown items, like this: activity.java ArrayAdapter<CharSequence> adapter = ArrayAdapter.…

android android-spinner android-appcompat material-design rippledrawable
ClassNotFoundException when unmarshalling android.support.v7.widget.Toolbar$SavedState

I am seeing the following error in my Android crash reports: android.os.BadParcelableException: ClassNotFoundException when unmarshalling: android.support.v7.…

android android-toolbar android-appcompat android-savedstate