fangwei716 / 30-days-of-react-native

30 days of React Native demos
6.81k stars 1.46k forks source link

Error: more than one library with package name 'com.projectseptember.RNGL' #43

Open pomeloworkspace opened 7 years ago

pomeloworkspace commented 7 years ago

“react-native run-android” 第一次 执行这个 就报错了 ,一直打不起包

shixin-guo commented 7 years ago

我也遇到这个问题

uewill commented 7 years ago

me too!

janreyho commented 7 years ago

+1

wylmj commented 7 years ago

求解???

Myranda commented 7 years ago

求解??? too

njxiaohan commented 7 years ago

android/app/build.gradle,把compile project(':RNGL')注释掉,如下:

dependencies { // compile project(':RNGL') compile project(':react-native-linear-gradient') compile project(':gl-react-native') compile project(':react-native-video') compile project(':react-native-vector-icons') compile fileTree(dir: "libs", include: ["*.jar"]) compile "com.android.support:appcompat-v7:23.0.1" compile "com.facebook.react:react-native:+" // From node_modules }