Re: [android-developers] Getting the menu icon to display in an ActionBar

2014-05-26 Thread TreKing
On Mon, May 26, 2014 at 2:00 PM, dashman wrote: > I've decided to write my app API 11 (Honeycomb) or later. > > So I don't need the support library. > You'd be surprised at how much was added after 11 that was back-ported to the support library. So maybe *as of now* you don't need it, but you

Re: [android-developers] Getting the menu icon to display in an ActionBar

2014-05-26 Thread uud ashr
How did you write the menu.xml? On May 27, 2014 2:03 AM, "dashman" wrote: > I've decided to write my app API 11 (Honeycomb) or later. > > So I don't need the support library. > > In my activity, I have an ActionBar - getActionBar() returns an object. > > The activity style is derived from Theme.H

[android-developers] App closes when clicking using MonkeyRunner + Genymotion

2014-05-26 Thread Jeremy Dagorn
Hi, I am trying to use MonkeyRunner to login on my virtual device with my gmail address. The issue is that the app closes when clicking on the New button in the google store app. I am using Genymotion as an emulator. Here is my script: https://gist.github.com/jrm2k6/1b7596379c76203c9ff3/aed6bd

[android-developers] Getting the menu icon to display in an ActionBar

2014-05-26 Thread dashman
I've decided to write my app API 11 (Honeycomb) or later. So I don't need the support library. In my activity, I have an ActionBar - getActionBar() returns an object. The activity style is derived from Theme.Holo. But I don't see the 3 vertical dots for the menu on the right side. If I use the

Re: [android-developers] Help with native exception: ScriptIntrinsicBlur.create() throws RSRuntimeException: Internal error: Object id 0

2014-05-26 Thread Harri Smatt
Hello, In that case it *might* help if you create RS context and script intrinsic blur *only once* and call invoke as many times you need to. If recreating RS context and/script is the cause, it is something you could test rather easily since the crash would happen on second call to your blur met