3

Is it possible to install a app with one Build & Run process on two connected Android devices?

Or is it possible to have at two devices connected and select the device to build the app without annoying replugging?

Same Question in UnityAnswers

2 Answers 2

2

This is not yet possible with Unity, although it is possible on Eclipse. build on one, then select in adb to target another.

In Unity 4 you can choose to build an eclipse project (or you can try the Unity as a subview hack for Unity 3.x, or use appjiggers Unity2Eclipse plugin), from which you can build on two androids from within Eclipse.

0
2

Until we can build and run to multiple devices make a .bat to instruct adb to push the .apk to however many devices you wish.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

Not the answer you're looking for? Browse other questions tagged or ask your own question.