Hello everyone,
I’m developing a android app with Qt for android under ubuntu. I want to debug apps on my Android device. I do every step according to the Qt wiki: http://qt-project.org/wiki/How-to-de...Android-device . When I click run button ,the Qt automaticlly deploy app to AVD, without leting me choose which device to deploy. However, when I run app on ecllipse, I can deploy android app to one and the same device. Because the eclipse pop up a “Android Device Chooser” whidow. So, what else should I do to set my phone/Qt ? How can I debug android app on real device ?