Skip to content

Troubleshooting

mika edited this page Feb 1, 2024 · 1 revision

Install & Run Latest APK doesnt do anything (command prompt window disappears immediately)

  • Check that "adb" is available from PATH (test it from command prompt, type: adb devices)
  • Check that android device is connected to your pc AND it has USB debugging enabled (test it from command prompt, type: adb devices)
  • If "adb devices" displays "********* unauthorized", it means you have not allowed USB debugging connection to your PC from android (re-connect USB cable, click USB settings, select use "usb for tethering", then select mode to "transferring files again", it should ask for USB debugging, select always allow)
Clone this wiki locally