开发者

AIR Run the same app twice for testing

开发者 https://www.devze.com 2023-02-13 22:39 出处:网络
I am working on a multiplayer application and I need to run for testing the same application twice (so one can create a game and other can join). Is there any feasible solution to achieve this without

I am working on a multiplayer application and I need to run for testing the same application twice (so one can create a game and other can join). Is there any feasible solution to achieve this without:

  • Creating a .exe out of the project;
  • Using two computers

Ideally I should be able to keep one of the instances constantly opened while the 开发者_JS百科other can be easily recompiled for testing.


You can use different application id's. Under Windows, I can change swf file of installed application and run it, it doesn't complains, so you may overwrite app with newer version without reinstall.

0

精彩评论

暂无评论...
验证码 换一张
取 消