I follow The NativeScript Book by Brosteins. I cannot find how to connect my android device.
Steps made are:
tns --version; returns 4.2.2
tns create Hello World
cd Hello World
tns platform add android
Next I connect android Moto g6 (android 8.0.0) with usb cable to windows 10 computer on which I run NativeScript. Next I use tns devices to check for a connection.
>tns devices gives:
Connected devices & emulators Searching for devices... iTunes is not installed. Install it on your system and run this command again. Cannot find connected devices. Reconnect any connected devices, verify that your system recognizes them, and run this command again.
On my android phone I I find " Android-device loading through USB. When clicking I can change this in "transferring files" , "transferring pictures (PTP)" or use device as MIDI. I have tried them all, getting the above message that no android device is visible.
On Windows 10 I see that an Android audio device is connected. I find no other options to connect to Android phone.
Questions:
How can I connect my android device to windows 10 computer by usb cable and make it seen by tns devices ?
Why am I asked to install itunes (see above) while I am working with android (see above, tns platform add android)?
The android phone setting should be – Jokro Aug 28 '18 at 13:42