Skip to main content
September 14, 2012
Question

How to merge an Air application and an Android java app in a single APK?

  • September 14, 2012
  • 1 reply
  • 898 views

Hi,

I have a java-based Android application and a Air-based android application. I have the source code of both.

I need to merge both applications in a single one, and I need to launch the air-based app from the java-based app.

I'm open to any crazy suggestion, the single constraint is that both app must be "downloaded" and installed at the same time, without prompt the user twice for the permission.

Thank you for your help

This topic has been closed for replies.

1 reply

Participant
September 25, 2012

Excuse for my English. You must use Air Native Extension. Start up point is Air app as android app and starts Android Activity (http://stackoverflow.com/questions/10710094/how-to-start-activity-from-frefunction). And my example https://github.com/ru-nekit-android/JAIRBridge - two-way interaction between Java and Air. I wait from you more questions.