During the latest build of our Flutter project, I encountered an error related to a missing dependency in the Android SDK. Below are the details:
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ':app:checkDebugAarMetadata'.
Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
Could not find com.microsoft.device:dualscreen-layout:1.0.0-alpha01.
Searched in the following locations:
file:/F:/flutterapps/hashtag/android/app/libs/dualscreen-layout.jar
Required by:
project :app
project :app > com.microsoft.fluentui:fluentui_others:0.2.1
project :app > com.microsoft.fluentui:fluentui_others:0.2.1 > com.microsoft.fluentui:fluentui_core:0.2.7
Could not find com.microsoft.device:dualscreen-layout:1.0.0-alpha01.
This error is related to the com.microsoft.device:dualscreen-layout dependency, which appears to be unavailable in the usual repositories (Maven Central, Google, JCenter, etc.).
Suggested Action: Could the SDK team:
Investigate if the dualscreen-layout dependency is still being maintained or hosted elsewhere?
Update the SDK or provide an alternative version that does not rely on the missing dualscreen-layout dependency.
Until this is resolved, the project is unable to build properly. Your assistance in making the necessary updates to the SDK would be greatly appreciated.
Let me know if you need further information or help from my side.
Hi Team,
During the latest build of our Flutter project, I encountered an error related to a missing dependency in the Android SDK. Below are the details:
FAILURE: Build failed with an exception.
This error is related to the com.microsoft.device:dualscreen-layout dependency, which appears to be unavailable in the usual repositories (Maven Central, Google, JCenter, etc.).
Suggested Action: Could the SDK team:
Investigate if the dualscreen-layout dependency is still being maintained or hosted elsewhere? Update the SDK or provide an alternative version that does not rely on the missing dualscreen-layout dependency. Until this is resolved, the project is unable to build properly. Your assistance in making the necessary updates to the SDK would be greatly appreciated.
Let me know if you need further information or help from my side.