I'm having trouble getting B4A to connect to my phone so I can install my app directly to my phone. I've got a Samsung S3.
I'm pretty sure that ADB is set up and working ok. I can do a ADB DEVICES command and it lists a device (which I assume is my phone). I have USB Debugging set on my phone. I can do a ADB SHELL command and then type in LS and get a list of files that are on my phone. This all tells me that my PC is communicating ok with my phone.
But in B4A when I hit F5 I get a "No device found" error. I've restarted the ADB server but that doesn't help.
It's almost as if B4A isn't talking to ADB, cos ADB sure is talking to my phone!
Is there any way to test that B4A is communicating ok with ADB? I assume I don't need to set up any paths or anything? The emulator works ok but is so slow.
I'm pretty sure that ADB is set up and working ok. I can do a ADB DEVICES command and it lists a device (which I assume is my phone). I have USB Debugging set on my phone. I can do a ADB SHELL command and then type in LS and get a list of files that are on my phone. This all tells me that my PC is communicating ok with my phone.
But in B4A when I hit F5 I get a "No device found" error. I've restarted the ADB server but that doesn't help.
It's almost as if B4A isn't talking to ADB, cos ADB sure is talking to my phone!
Is there any way to test that B4A is communicating ok with ADB? I assume I don't need to set up any paths or anything? The emulator works ok but is so slow.