I am having a problem using my T-Mobile REVVL, when I plug it into my computer and click the Copy to Device and Launch Option, I get an error saying that no device is attached, however, my Samsung 5 works perfectly fine. I really don’t know what to do here.
Hm don’t know what’s causing your problem but as a workaround you could just put the apk into a dropbox (or whatever service you prefer) folder and then download/install it from there directly on your device. That’s the way I always do it, I actually let Corona create the builds into my dropbox.
“adb” is a command line tool called “Android Debug Bridge”. It does things like let you load .apk’s to the device, remove them, look at the console log of the device and more. “devices” isn one of it’s commands that will show you want Android devices are plugged into your USB port.
Android Studio also does much of what “adb” does as well.
Hm don’t know what’s causing your problem but as a workaround you could just put the apk into a dropbox (or whatever service you prefer) folder and then download/install it from there directly on your device. That’s the way I always do it, I actually let Corona create the builds into my dropbox.
“adb” is a command line tool called “Android Debug Bridge”. It does things like let you load .apk’s to the device, remove them, look at the console log of the device and more. “devices” isn one of it’s commands that will show you want Android devices are plugged into your USB port.
Android Studio also does much of what “adb” does as well.