Skip to main content
Known Participant
August 28, 2015
Answered

Possible to integrate Google play services to Adobe AIR app?

  • August 28, 2015
  • 1 reply
  • 2844 views

Hello Adobe Experts,

Need help!

Is it possible somehow to integrate google play services to Adobe AIR app, not via Native extension?

I mean, can I integrate it as a dependent library to my AIR app? I know how to bundle it as a part of Native extension but the challenge here is if I use some other ANE's which is also bundled with google play services library then it gives the conflicts. So was thinking if there is any way to integrate google play services all together separately to my AIR app.

Looking forward for reply.

Thanks in advance.

This topic has been closed for replies.
Correct answer kheftel

hmm .. so this flag is only visible under iOS tab, for Android how it should be handled? As I am getting conflicts due to multiple google play services? Isn't it should be handled under Android section?


Oh my gosh, I'm an idiot!! I'm so sorry, I didn't realize it didn't apply to Android....

You could try a different ANE, I guess, here's one commercial option: distriqt // air native extensions

1 reply

kheftel
Inspiring
August 28, 2015

I don't believe there's any other way to use native code, but if you're having symbol conflicts, there is an option to hide ANE library symbols from each other, which is supposed to eliminate the conflicts.

In Flash Builder, it's in ActionScript build Packaging / Apple iOS, native extensions tab, at the bottom of the window:

There's also a corresponding command-line option, which you should be able to find in the documentation.

Known Participant
August 28, 2015

Thanks for your quick reply.

What library symbols it will hide? Sorry for asking naive question, have never used this flag.

kheftel
Inspiring
August 28, 2015

These are the conflicts which are coming because of multiple Google play services.

Please advice how should we crack this?


I found a blog post by Adobe last night that might help you!  It's here: Multiple ANEs and conflicting resources