Jade Zhu
Jade Zhu
同样的问题 
I have the same issue !
@wonday 去掉了这个依赖,对于只用到推送功能的人,alicloud-android-utdid这个还是需要的,文档需要提及一下
add this to `build.gradle` ``` subprojects { afterEvaluate { project -> if (project.hasProperty("android")) { android { compileSdkVersion = 30 buildToolsVersion = "30.0.3" compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } }...
白果笔记本用腾讯柠檬测也是不行的,是腾讯柠檬有bug?
I face the same issue