-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshooting App Installs
David S edited this page Aug 12, 2016
·
2 revisions
The device needs to be in development mode, with USB debugging enabled and connected to your computer. If you are using a ADB TCP/IP bridge, try connecting the phone with a USB cable.
The ADB versions in use are most likely too different to use the TCP/IP bridge. However, if you add your platform-tools to the system path, or if you correctly configure the ANDROID_HOME environment variable to point to your Android SDK. The program will use the Android SDK's copy of ADB.
Important
The program will not use any copy of ADB located under the Windows directory (
%windir%
), as that version is most likely out-of-date.