how to fix this error adb shell failed to write the SHA hash?

Viewed 29
Error 1 retrieving device properties for AOSP on IA Emulator:
/system/bin/sh: no closing quote

Launching lib\main.dart on AOSP on IA Emulator in debug mode...
Running Gradle task 'assembleDebug'...
√  Built build\app\outputs\flutter-apk\app-debug.apk.
/system/bin/sh: no closing quote
Installing build\app\outputs\flutter-apk\app.apk...
adb shell failed to write the SHA hash: ProcessException: Process exited abnormally:
/system/bin/sh: no closing quote
  Command: C:/Users/SeEAll/AppData/Local/Android/Sdk\platform-tools\adb.exe -s emulator-5554 shell echo -n 11e25735db8e75cc385109f5dbaa099607817a8e > /data/local/tmp/sky.com.example.learn_flutter.sha1.
Error launching application on AOSP on IA Emulator.

Everything builds and installs perfectly on the emulator. But it can 't open the application itself and I has to close the old version every time and open a new one .

0 Answers
Related