I try to install app via adb and get a error:
$ ./adb -d install /Users/dimon/Projects/one-place/myprogram/platforms/android/build/outputs/apk/android-debug.
This is my case (using react-native) I press Ctr+C to interrupt while installing and after that this error occured. - solution:
cd android ./gradlew clean