jpush-react-native icon indicating copy to clipboard operation
jpush-react-native copied to clipboard

集成厂商通道sdk冲突问题

Open k1195453766 opened this issue 4 years ago • 1 comments

在集成厂商通道时需要引入import cn.jpush.android.api.JPushInterface;但是在jpush-react-native中已经存在了push的jar包(jpush-android-3.9.1.jar),如果在当前项目中再次引入会冲突,请问这个怎么解决

k1195453766 avatar Jan 19 '21 06:01 k1195453766

厂商那边也做成模块,然后 compileOnly files('libs/jpush-android-3.9.1.jar')

bashen1 avatar Feb 22 '21 08:02 bashen1