Top "Android-5.0-lollipop" questions

Android Lollipop, formerly known as just "Android L", was first shown at Google I/O 2014.

Exception 'open failed: EACCES (Permission denied)' on Android

I am getting open failed: EACCES (Permission denied) on the line OutputStream myOutput = new FileOutputStream(outFileName); I checked the root, …

android android-5.0-lollipop android-permissions android-storage
appcompat-v7:21.0.0': No resource found that matches the given name: attr 'android:actionModeShareDrawable'

When attempting to use the latest appcompat-v7 support library in my project, I get the following error: /Users/greg/dev/…

android gradle xamarin.android android-support-library android-5.0-lollipop
Android changing Floating Action Button color

I have been trying to change Material's Floating Action Button color, but without success. <android.support.design.widget.FloatingActionButton …

java android android-5.0-lollipop floating-action-button
This Activity already has an action bar supplied by the window decor

Trying to move over my stuff to use Toolbar instead of action bar but I keep getting an error saying …

android android-actionbar material-design android-5.0-lollipop android-toolbar
Material effect on button with background color

I am using Android v21 support library. I have created a button with custom background color. The Material design effects …

android android-5.0-lollipop
How to import RecyclerView for Android L-preview

Trying to use the new RecyclerView from the support library. I downloaded the 20 update for the support library using the …

android gradle android-5.0-lollipop android-recyclerview
Why is my Button text forced to ALL CAPS on Lollipop?

In my app "Tide Now WA" which I recently tested for compatibility using the new Nexus 9 tablet (Lollipop - API 21). …

android android-5.0-lollipop android-button android-styles
Notification bar icon turns white in Android 5 Lollipop

I have an app showing custom notifications. The problem is that when running in Android 5 the small icon in the …

android android-notifications android-5.0-lollipop
How to change status bar color to match app in Lollipop? [Android]

In the new lollipop update I noticed that with the native Google apps the color of the status bar changes …

android colors status android-5.0-lollipop
Display a RecyclerView in Fragment

I'm trying out the new RecyclerView in Android Lollipop and I'm stuck. I'm trying to receive a list, with an …

java android android-fragments android-5.0-lollipop android-recyclerview