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
.