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
Hello, when I try to install this package and compile for android, I get this strange error.
error Failed to install the app. Make sure you have the Android development environment set up: https://reactnative.dev/docs/environment-setup.
Error: Command failed: gradlew.bat app:installDebug -PreactNativeDevServerPort=8081
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':app:preDebugBuild'.
> Could not resolve all task dependencies for configuration ':app:debugRuntimeClasspath'.
> Could not resolve project :react-native-zxing.
Required by:
project :app
> Unable to find a matching configuration of project :react-native-zxing: None of the consumable configurations have attributes.
I double checked to make sure that I followed every fix-step possible, such as downgrading the gradle version and yes, I have the missingDimensionStrategy "react-native-camera", "general".
How can I fix this? I am using gradle v4.10.1 (previously used 7.1.1) and react-native-zxing version 1.0.11.
The text was updated successfully, but these errors were encountered:
Hello, when I try to install this package and compile for android, I get this strange error.
I double checked to make sure that I followed every fix-step possible, such as downgrading the gradle version and yes, I have the
missingDimensionStrategy "react-native-camera", "general"
.How can I fix this? I am using gradle v4.10.1 (previously used 7.1.1) and react-native-zxing version 1.0.11.
The text was updated successfully, but these errors were encountered: