Actions
dev #945
openBuild Error on Task `:shared_preferences_android:compileDebugJavaWithJavac`
Start date:
11/11/2024
Due date:
11/11/2024 (about 17 months late)
% Done:
100%
Estimated time:
2:00 h
Spent time:
Description
When running a build, the following error occurs:
execution failed for task ':shared_preferences_android:compileDebugJavaWithJavac'. > Could not resolve all files for configuration ':shared_preferences_android:androidJdkImage'.
Steps to Reproduce¶
- Run the build or launch the app.
- Observe the error during the compilation phase of
shared_preferences_android.
Expected Behavior¶
The build should complete successfully without errors.
Actual Behavior¶
The build fails with an error related to :shared_preferences_android:compileDebugJavaWithJavac due to issues resolving androidJdkImage.
Actions