Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
if you run in cmd the command "adb devices" does it return any device?
List of devices attached
0123456789ABCDEF Device

android debug bridge,
if you read the output when you type "adb" you will notice there stands "devices" .
so if you type "adb devices" the output will be something like this:
if it returns only "List of devices" you need to connect youre mobile or turn debug mode on @ youre deviceCode:List of devices attached 0123456789ABCDEF Device![]()
i got this