Geeks, please accept the hero post of 2021 Microsoft x Intel hacking contest>>>
Error in importing project downloaded from GitHub
No service of type Factory< LoggingManagerInternal> available in ProjectScopeService
Most people on the Internet say they will
classpath ‘com.github. dcendents:android-maven-plugin : 1.3 ‘
the version can be upgraded to 1.4.1 or above, and the attempt is invalid. In fact, the Android Maven plugin should be changed to Android maven gradle plugin at the same time
Namely
classpath‘com.github. dcendents:android-maven -gradle– plugin:1.4.1 ‘
Failed resolution of: LCOM/Google/Android/GMS/common/API/API $clientkey( I imported a demo of Google maps
At this point, just upgrade the version of your play services related jar package, such as
compile "com.google.android.gms:play-services-location:7.5.0"
Upgrade to
compile "com.google.android.gms:play-services-location:8.4.0"
That’s it
EMM, but the problem is that once the version exceeds 7, the package of com.google.android.gms.location.places will not be found
Similar Posts:
- [Solved] Android Studio Error: Could not initialize class com.android.sdklib.repository.AndroidSdkHandler
- [Solved] Could not find method google() for arguments [] on repository container,rn react-native-camera …
- Could not find com.android.tools.build:gradle:3.3.0.
- [Solved] Ionic3 Package Error: Could not resolve all files for configuration ‘:classpath’.
- Gradle‘s dependency cache may be corrupt [How to Solve]
- Build failed for Android studio new project
- Android studio import project, error e rror:Unsupported method : BaseConfig.getApplicationIdSuffix().
- SDK location not found. Define location with sdk.dir in the local.properties file or with an AND…
- [Solved] Could not find com.android.tools.build:gradle:3.0.1
- Android java.lang.NoClassDefFoundError:failed resolution of :Lorg/apache/http/ProtocolVersion [How to Solve]