Search code examples
actionscript-3flashairadbflashdevelop

is there any way to connect flashdevelop to genymotion or bluestack


I use native overlay to load swf on starling but touch didnt work in emulator i want to connect flashdevelop to genymotion or bluestack. how can I do?


Solution

  • Make sure yours PATH environment includes path to /SDK/platforms-tools (or wherever your adb program is) Then open commandline (terminal or cmd.exe), and run following command adb install YourAppName.APK

    This install flash APK to android virtual machine (as any other APK application package)