You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On macos developing environment with an Android device, I did:
sh install.sh
flutter pub get
flutter run
But received error like this:
FAILURE: Build failed with an exception.
* Where:
Build file '/Users/*path*/FlutterWithMediaPipe/android/app/build.gradle' line: 57
* What went wrong:
A problem occurred evaluating project ':app'.
> /Users/*path*/FlutterWithMediaPipe/android/keystore/keystore.password (No such file or directory)
The text was updated successfully, but these errors were encountered:
On macos developing environment with an Android device, I did:
sh install.sh
flutter pub get
flutter run
But received error like this:
FAILURE: Build failed with an exception.
* Where:
Build file '/Users/*path*/FlutterWithMediaPipe/android/app/build.gradle' line: 57
* What went wrong:
A problem occurred evaluating project ':app'.
> /Users/*path*/FlutterWithMediaPipe/android/keystore/keystore.password (No such file or directory)
I tried a temporary fix:
add an empty keystore.password under that directory...
Hi,
On macos developing environment with an Android device, I did:
sh install.sh
flutter pub get
flutter run
But received error like this:
The text was updated successfully, but these errors were encountered: