Search code examples
androidactionscript-3actionscriptflash-builderandroid-library

How to include Flash builder project as Library in android Studio?


I have been looking for a solution to this in stackover flow. How can i add a Flash builder project as a library in android studio? This is my situation.There are to projects dependent on each other.

  • Authentication module
  • Core app(this has been been migrated to flash builder)

How do i add the core app(which is in flash builder ) as a library to the authentication module?


Solution

  • I don't know how you can achieve your proposed solution but I do know you can do it the other way round: add native Android code to a Flash Builder project, through the Native Extension (ANE) system. More info here (Adobe).