NeoTechni Well-Known Member Licensed User Longtime User Nov 25, 2016 #1 I found this video which links to a program that lets you deploy APKs to Wear devices. It uses ADB.exe so I'd imagine it's a specific command line http://adf.ly/1NRzBy Could you please add that functionality to the IDE?
I found this video which links to a program that lets you deploy APKs to Wear devices. It uses ADB.exe so I'd imagine it's a specific command line http://adf.ly/1NRzBy Could you please add that functionality to the IDE?
T tpakis Active Member Licensed User Longtime User Nov 26, 2016 #2 but if you run an android wear emulator you can deploy your app there, it works
NeoTechni Well-Known Member Licensed User Longtime User Nov 26, 2016 #3 I'd rather test on the actual hardware. There's things the emulator can't do (sensors for example)
NeoTechni Well-Known Member Licensed User Longtime User Nov 26, 2016 #4 Ah, here's the commands the batch file uses adb -e uninstall "%packagename%" adb -e install "%apkname%".apk Click to expand...
Ah, here's the commands the batch file uses adb -e uninstall "%packagename%" adb -e install "%apkname%".apk Click to expand...
T tpakis Active Member Licensed User Longtime User Nov 26, 2016 #5 You can follow this guide https://developer.android.com/training/wearables/apps/bt-debugging.html#SetupSession to connect the device with adb and then run the commands you wrote or run the app from b4a and select the wear device for deploy
You can follow this guide https://developer.android.com/training/wearables/apps/bt-debugging.html#SetupSession to connect the device with adb and then run the commands you wrote or run the app from b4a and select the wear device for deploy
NeoTechni Well-Known Member Licensed User Longtime User Nov 26, 2016 #6 I already have something that does that. But I'm asking for it to be built in so.i don't have to use external files and a command line. Please stop suggesting things that are the opposite of what I'm asking for.
I already have something that does that. But I'm asking for it to be built in so.i don't have to use external files and a command line. Please stop suggesting things that are the opposite of what I'm asking for.