美文网首页
react-native-camera

react-native-camera

作者: ablac | 来源:发表于2018-06-26 09:05 被阅读25次

Android:

  • What went wrong: Execution failed for task ':react-native-device-info:processReleaseResources'. > Error: more than one library with package name 'com.google.android.gms.license '
allprojects {
    repositories {
        configurations.all {
            resolutionStrategy {
                force "com.google.android.gms:play-services-gcm:11.8.0"
            }
        }
        ....
   }
}

相关文章

网友评论

      本文标题:react-native-camera

      本文链接:https://www.haomeiwen.com/subject/hzhpyftx.html