Re: [android-developers] "Error inflating class com.android.internal.widget.ActionBarContainer" on some Sony devices.

2015-07-07 Thread Justin Anderson
Not entirely sure, but maybe this helps? http://stackoverflow.com/questions/12115125/creating-custom-style-crashes-app On Wed, Jun 17, 2015 at 6:41 PM Farproc wrote: > Hi, > > I've got a lot of error reports from Sony devices with Android 5.0.2 in > the past few weeks. It seems that a ArrayInde

[android-developers] "Error inflating class com.android.internal.widget.ActionBarContainer" on some Sony devices.

2015-06-17 Thread Farproc
Hi, I've got a lot of error reports from Sony devices with Android 5.0.2 in the past few weeks. It seems that a ArrayIndexOutOfBoundsException occurs when inflating ActionBarContainer. ActionBarContainer is an internal class, never used directly in my code. The only line of my code in the sta