Page 1 of 1

Deployment: Error: unknown host service

Posted: Sun Sep 24, 2017 9:24 am
by IdeasVacuum
So, same Android Device as used in all my tests but now I have a different deployment failure:
ANDROID_HOME=C:\SpiderBasic\Android\android\sdk
JAVA_HOME=C:/Program Files/Java/jdk1.8.0_144/
Subproject Path: CordovaLib
Incremental java compilation is an incubating feature.
:preBuild UP-TO-DATE
:preDebugBuild UP-TO-DATE
:checkDebugManifest
...
error: unknown host service
Has anyone had this error before?

Re: Deployment: Error: unknown host service

Posted: Sun Sep 24, 2017 5:05 pm
by MrTAToad
Essentially, it looks like the old wait-for-device and wait-for-devices did the same thing, but that isn't the case with your SDK, in which the two do different things...

I'm presuming, of course, ADB is being used to transfer to the Android machine...

Re: Deployment: Error: unknown host service

Posted: Mon Sep 25, 2017 2:26 pm
by IdeasVacuum
Well, it seems to be a Windows 7 thing. System Manager shows an issue with the MTP driver, but if I verify, pop-up says all is well and if I uninstall-reinstall the problem persists. :(

I can however deploy the APK file via the Device's file explorer, so not dead in the water yet :D