React-native-wechat: Error: more than one library with package name 'com.theweflex.react'

Created on 1 Aug 2017  ·  3Comments  ·  Source: yorkie/react-native-wechat

  • What went wrong:
    Execution failed for task ':app:processDebugResources'.
    > Error: more than one library with package name 'com.theweflex.react'

请问这个是什么问题,大牛指点一下

Most helpful comment

build.gradle 里面 不应该是 :RCTWeChat 这个,应该是compile project(':react-native-wechat')

All 3 comments

build.gradle 里面 不应该是 :RCTWeChat 这个,应该是compile project(':react-native-wechat')

你那样做不会有错?我和你报同样的错误,但是改为找不到符号
protected List getPackages(),android报错找不到符号
protected List getPackages() {
^
符号: 类 List
位置: 类 MainActivity

Was this page helpful?
0 / 5 - 0 ratings