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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.