This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
android:disable_captive_portal_detection [2017/05/28 16:27] ko4bb |
android:disable_captive_portal_detection [2017/05/28 16:28] (current) ko4bb |
||
|---|---|---|---|
| Line 13: | Line 13: | ||
| adb.exe is a tool installed on your computer when you install the Android SDK (necessary if you write Android apps). The Android SDK is typically installed under C:\Android and the ADB tool is found under C:\Android\android-sdk\platform-tools | adb.exe is a tool installed on your computer when you install the Android SDK (necessary if you write Android apps). The Android SDK is typically installed under C:\Android and the ADB tool is found under C:\Android\android-sdk\platform-tools | ||
| + | |||
| + | Open an elevated command prompt and navigate to the platform-tools directory. | ||
| Connect your device to the computer via USB and check that ADB has found it by entering the command "adb devices": | Connect your device to the computer via USB and check that ADB has found it by entering the command "adb devices": | ||