Android Phone Is Not Being seen in "briefcase run android" #2246
Replies: 2 comments 1 reply
-
You can always force Briefcase to create a log with the This list of Android devices, though, is just driven by what Google's For instance, on my machine with my Pixel 7 paired wirelessly:
So, if |
Beta Was this translation helpful? Give feedback.
-
Thanks! This was helpful. So, as you would expect, adb does not seem to be seeing the device at all. I'll have to see what the adb docs say. Since I can access files on the phone, it feels more likely to be some Windows 11 issue. It is not presenting the device the right way to OS agents or something. sigh Thanks again for the help. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
After struggling with the android emulator for 2 days, I've decided it will probably never work. Don't know why. So, now I'm trying to simply load the HelloWorld app onto my phone. I have enabled Developer mode, enabled USB debugging, set the default USB behavior to File transfer. No matter what I try, when I run "briefcase run android" (after creating, and building the app of course), I get the standard prompt:
-- Android device ------------------------------------------------------------
Select Android device to use:
Android device:
It will not show me the physical phone I have plugged in as an option. This worked okay last year, with this same PC and phone. So, clearly something has changed. The phone is definitely visible to the Windows11 PC I'm using. Both the device and the PC seem to be aware the phone is connected. I see in the Device Manager that a USB device has been added called "ADB Interface". So, I'm fairly certain the phone is configured correctly.
Any advice on how to proceed? I'm guessing there is no log file, since there is no error being reported.
Beta Was this translation helpful? Give feedback.
All reactions