[Flex] Running multiple instances of same air application
Hi,
I there a way to run mutiple instance of the same application ?
When i try to do so i get the following error
""C:\Program Files\Adobe\Adobe Flash Builder 4.5\sdks\4.5.1\bin\adl.exe" C:/sohil/work/DistributedPomodoro/src/air-app.xml C:/sohil/work/DistributedPomodoro/out/production/DistributedPomodoro
invocation forwarded to primary instance
Process finished with exit code 1"
Regards,
Sohil
Please sign in to leave a comment.
This is a restriction of AIR runtime. You can't have 2 applications with the same ID running simultaneously. But you can create 2 application descriptors with difference in app ID only.
Thank you Alexander
Was creating a p2p air application but as i couldn run multiple instance coverted to flex app
the above tricked worked and now will be port it back to my p2p application.
thank you