ADB failed to stat, no such file or directory
Unsolved
Mobile and Embedded
-
I am trying to deploy an app on an android phone and adb prompts me the following error:
I tried reinstalling Qt Creator, changed phones, made changes to the Android SDK packages and uninstalled any other apps that might mess with ADB ( i.e. Android Studio ), but nothing works.
-
I am trying to deploy an app on an android phone and adb prompts me the following error:
I tried reinstalling Qt Creator, changed phones, made changes to the Android SDK packages and uninstalled any other apps that might mess with ADB ( i.e. Android Studio ), but nothing works.
@MoldovanRadu It looks like APK file was not created. Did the build succeed?
-
Uninstalling everything related to Java and Android and reinstalling Qt Creator once again solved the problem.