Michael

Results 295 comments of Michael

@ajwfrost Did you have any luck replicating this issue? We are still having clients who can't build AIR apps with the Facebook extension on Windows.

Ah brilliant, thanks I'll get our clients to confirm.

@Shaunmax Not sure I see any ANE references there, can you give us some help in reproducing?

Hi, Potentially a duplicate of https://github.com/airsdk/Adobe-Runtime-Support/issues/1503 I listed a way you can customise the splash screen without requiring an ANE or AIR update, just through some custom resources. Let me...

Can you elaborate on what you did? The example I used displayed the app icon so that would be expected if you copied it. You'll need to add your new...

That error indicates it cannot find a resource you are specifying. Could be something wrong with how you have included or written the resources. Here's an example project and I've...

What method were you using previously? As long as you used the name `values-v31` for the folder it should only apply this method to Android versions 31+

So you should be able to do this alongside the method I have shown, just place your old `styles.xml` in the `values` folder. Then the `values-v31` should override it for...

Hmmm something sounds off there, in `values-v31/styles.xml` it should have a different style for the `Theme.NoShadow` which contains a different drawable to display? Are you correctly specifying the logo you...

I've noticed this error when we attempt to run a debug build from the generated AndroidStudioProject on a device . I haven't investigated further but let me know if you...