Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build Error on Android Device: keystore.password (No such file or directory) #5

Open
PeterTF656 opened this issue Dec 13, 2021 · 1 comment

Comments

@PeterTF656
Copy link

Hi,

On macos developing environment with an Android device, I did:

  1. sh install.sh
  2. flutter pub get
  3. 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)
@PeterTF656
Copy link
Author

Hi,

On macos developing environment with an Android device, I did:

  1. sh install.sh
  2. flutter pub get
  3. 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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant