Open fcgll520 opened 7 years ago
link下?
link也没用
I have the same question,have you solved it?
same error in android emulator ni jie jue le ma
I was having the same issue, You can simply fix it by:
removing multiple instances of CodePush in the MainApplication.java removing those duplicates in the same file as shown in the picture.
while I execute react-native run-android, occur it. So I solved it by adding
@Override public boolean canOverrideExistingModule(){ return true; }
in source code : react-native-Gank\node_modules\react-native-vector-icons\android\src\main\java\com\oblador\vectoricons\VectorIconsModule.java.
Hope someone can get answer about the problem.