QT won't discover my new Android phone for run device
-
I got a new android phone (Galaxy S24 Ultra). I'm trying to build and run my app on it like I always did with my previous phone (Galaxy S20 Ultra). I enabled developer mode on the new phone by going into the android settings and tapping build number 7 times.
I connect the phone to my computer via USB and go to the USB menu on the phone and change it to "Software Update" (it defaults to "Transferring files / Android Auto"). I notice after about 30 seconds, it switches back to "Transferring files / Android Auto" on its own (I'm assuming this is related to my issue). I tried using differnt USB cables and different USB ports.
In the run menu, I selected Android Qt 6.8.0 Clang arm64-v8a build and deploy to device. Under "run device", my phone new phone is not listed. The only options are my old phone and an AVD that I setup. I haven't been able to find a way to get it to discover my new phone.
The new phone is running android 14. I'm running QT creator 14.0.2 based on Qt 6.7.3 on Windows 11. Screenshot below shows my SDK setup.
Any ideas on why I can't deploy to the new phone?
-
@kgregory said in QT won't discover my new Android phone for run device:
change it to "Software Update"
I don't think this is necessary.
Does "adb devices" show your new phone? -