码迷,mamicode.com
首页 > 其他好文 > 详细

[RN] React Native 使用 react-native-camera 过程中报错 Found react-native-camera 'mlkit' but wasn't required.`

时间:2019-06-16 10:01:48      阅读:855      评论:0      收藏:0      [点我收藏+]

标签:consumer   run   google   val   unity   http   depend   gen   red   

 

详细报错如下:

Could not resolve all task dependencies for configuration ‘:app:debugRuntimeClasspath‘.
Could not resolve project :react-native-camera.
Required by:
project :app
> Cannot choose between the following configurations of project :react-native-camera:
- generalDebugRuntimeElements
- mlkitDebugRuntimeElements
All of them match the consumer attributes:
- Configuration ‘generalDebugRuntimeElements‘:
- Required com.android.build.api.attributes.BuildTypeAttr ‘debug‘ and found compatible value ‘debug‘.
- Found com.android.build.api.attributes.VariantAttr ‘generalDebug‘ but wasn‘t required.
- Required com.android.build.gradle.internal.dependency.AndroidTypeAttr ‘Aar‘ and found compatible value ‘Aar‘.
- Required org.gradle.usage ‘java-runtime‘ and found compatible value ‘java-runtime‘.
- Found react-native-camera ‘general‘ but wasn‘t required.
- Configuration ‘mlkitDebugRuntimeElements‘:
- Required com.android.build.api.attributes.BuildTypeAttr ‘debug‘ and found compatible value ‘debug‘.
- Found com.android.build.api.attributes.VariantAttr ‘mlkitDebug‘ but wasn‘t required.
- Required com.android.build.gradle.internal.dependency.AndroidTypeAttr ‘Aar‘ and found compatible value ‘Aar‘.
- Required org.gradle.usage ‘java-runtime‘ and found compatible value ‘java-runtime‘.
- Found react-native-camera ‘mlkit‘ but wasn‘t required.`

 

解决办法:

android/app/build.gradle

增加:

missingDimensionStrategy ‘react-native-camera‘, ‘general‘ in defaultConfig

 

同时在android/build.gradle 中:

增加

maven { url "https://jitpack.io" } 
maven { url "https://maven.google.com" } 


参考:
https://github.com/react-native-community/react-native-camera/issues/2150

[RN] React Native 使用 react-native-camera 过程中报错 Found react-native-camera 'mlkit' but wasn't required.`

标签:consumer   run   google   val   unity   http   depend   gen   red   

原文地址:https://www.cnblogs.com/wukong1688/p/11029562.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!