杨晶旭
Results
3
comments of
杨晶旭
I have the same problem, Add the following in build.gradle: solve the problem ``` allprojects { repositories { flatDir { dirs "${project(':unityLibrary').projectDir}/libs" } google() jcenter() } }```
已收到你的信息,辛苦 ——sunshine429
I have the same problem