Troubleshooting - unitycoder/UnityLauncherPro GitHub Wiki

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)