新版友盟数据统计android集成出错
来源:15-7 RN App数据统计模块开发精讲-2【运营数据一目了然】
不悔有你ii
2019-03-03
不知道什么原因
写回答
1回答
-
CrazyCodeBoy
2019-03-04
脚本没有下载到对应的umeng包导致的,建议在友盟官网选择目前对应的包进行配置:
https://dev.umeng.com/sdk_integate/android_sdk/android_common_guide
另外记得在android目录下的build.gradle下添加:
allprojects { repositories { mavenLocal() google() jcenter() maven { // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm url "$rootDir/../node_modules/react-native/android" } maven { url 'https://dl.bintray.com/umsdk/release' } } }
00
相似问题