最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Could not find com.google.android.gms:play-services-location in Unreal Engine 5 - Stack Overflow

programmeradmin3浏览0评论

I am trying to build a mobile app that relies on device location, I am using this plugin GeoLocation with some changes in order to make it work with UE 5.5.3. However whenever I build the project I get this error:

Execution failed for task ':app:compileDebugAidl'.
> Could not resolve all files for configuration ':app:debugCompileClasspath'.
   > Could not find com.google.android.gms:play-services-location:.
     Required by:
         project :app

I have tried so many solutions but none of them worked.

I tried adding implementation 'com.google.android.gms:play-services-location:21.0.0' to <ProjectPath>\Intermediate\Android\arm64\gradle\build.gradle.

Tried adding a build.gradle to <ProjectPath>\Build\Android.

发布评论

评论列表(0)

  1. 暂无评论