Question
How to merge an Air application and an Android java app in a single APK?
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
