arren051@pop-os:~$ adb devices
List of devices attached
DNLB121071300691 device
darren051@pop-os:~$ adb install -g weather.apk
Performing Streamed Install
adb: failed to stat weather.apk: No such file or directory
darren051@pop-os:~$ adb install -g weather.apk
Im using LINUX specifically POP OS in the terminal when I enter the commands given in the instruction do I need to already have the apk in a specific location on my local machine or on the phone itself. I dont really know if te command is compatible with Linux terminal I assumed it would be since its similar to MacOS. I read the instructions but im able to use adb on my motorola just fine for the very few things i need to do i think im missing something simple. I dont want to use webadb and was getting the ......"Unable to claim interface" error? . I killed adb kill server ect but I just want to use the regular ADB.