Rajeev Yadav
Rajeev Yadav

Reputation: 33

FAILURE: Build failed with an exception. * Where: Build file '/Users/rajeevyadav/Downloads/sevendaystraventure/android/app/build.gradle' line: 58

Cannot convert URL 'C:/Users/HP/key.jks' to a file.[The plugin ext_storage uses a deprecated version of the Android embedding. To avoid unexpected runtime failures, or future build failures, try to see if this plugin supports the Android V2 embedding. Otherwise, consider removing it since a future release of Flutter will remove these deprecated APIs. If you are plugin author, take a look at the docs for migrating the plugin to the V2 embedding: https://flutter.dev/go/android-plugin-migration. Launching lib/main.dart on sdk gphone64 arm64 in debug mode...

FAILURE: Build failed with an exception.

Cannot convert URL 'C:/Users/HP/key.jks' to a file.

BUILD FAILED in 1s Exception: Gradle task assembleDebug failed with exit code 1 Exited (sigterm) ]1

Upvotes: 0

Views: 131

Answers (1)

Bigfoot
Bigfoot

Reputation: 357

make sure that the key.jks file is in the correct directory

Upvotes: 0

Related Questions