Debugging iOS/AIR content on the device

后端 未结 1 457
广开言路
广开言路 2021-01-06 06:54

I\'ve created some flash content in FlashDevelop (v 4.0) that I\'ve turned into an .ipa and put on the device. I would like to debug the content while it is running on the d

相关标签:
1条回答
  • 2021-01-06 07:24

    Yes remote debugging from FlashDevelop works with AIR iOS & Android projects (provided they share the same Wifi LAN):

    • You need to edit the .Bat packaging script so the command would be:

      adt -target ipa-debug-interpreter -connect -keystore [...]

      adt -target apk-debug -connect -keystore [...]

    • Then start FD remote debugging just before starting the app.

    0 讨论(0)
提交回复
热议问题