Skip to main content
Known Participant
June 10, 2011
Question

SDK Managers

  • June 10, 2011
  • 1 reply
  • 372 views

Is using the AccountsManager or ContactsManager or anything else in the Android SDK not possible when building in CS5.5 / AS3 ?

If not, is there any sign that we will be able to develop using either of the above in the future?

This topic has been closed for replies.

1 reply

Participating Frequently
June 10, 2011

This is not supported yet, but should be in the future (it is hard to predict future feature availability, so I can't say exactly when, certainly not in the next few months).

For now, you can use this unsupported method http://www.jamesward.com/2011/05/11/extending-air-for-android/?replytocom=163323 to make a hybrid AIR/Java app on Android. There isn't a similar technique for iOS that I know of.

DachFlachAuthor
Known Participant
June 10, 2011

Thanks Joe..  I'll look into that.

One option for Contacts on iOs is here: http://forums.adobe.com/thread/854251?tstart=0

I was hoping there might be a similar approach available on Android.