Search code examples
androidandroid-studioadb

Xiaomi Redmi 3 and ADB


I've recenlty buyed the Xiaomi Redmi 3 for Android development but I have the following issue. The USB debugging is turned on, the ADB is connected. But when I try to install the APK file by typing the

adb install my.apk

I receive the following message:

/system/bin/pm[6]: app_process: not found

And nothing happens. When I try to install it from Android Studio it shows just like it running the app, but nothing is happening. Maybe someone have experience with dealing with that?


Solution

  • I fixed that by rooting the device. Don't know why it helps but I got it working.