Launch Mobile Application into Android Simulator (AVD) to receive INTENTS
On doing some googling, I saw a few stackoverflow messages that indicated back in 2011 that it was not possible to build and AIR app straight to an AVD. Is that still true?
I wrote a native android app that sends an intent with some text data, that will be picked up by an ANE that I'm writing, then deliver it to my AIR app. I don't see any clear examples anywhere of that being done before. If anyone can offer links or suggestions, I'd appreciate it. Here is a link to my project in progress on GitHub. I will be leaving this project up for others to learn from on the chance I might eventually have success:
https://github.com/interactivenyc/ANESampleProject
PS: Getting the AIR app to run in an AVD is simply a convenience I'm trying to work out – I've been able to build these projects to my Nexus 7 with no problem. The ANE is the Big Picture project that I thought I'd throw in for context, and to ask for a little help.
Thanks in advance,
-steve warren
