-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unity build error : Plugin [id: 'com.applovin.quality', version: '+', apply: false] was not found in any of the following sources #416
Comments
Edit : Plugin version 6.6.3 is also not working |
@mrerenimo Unfortunately I wasn't able to reproduce your issue. Could you try resetting your gradle template files by deleting and re-adding them? Also, could you make sure that there aren't multiple External Dependency Manager versions in your project? Our Unity Plugin recently updated to EDM version 1.2.182 and you would need to delete the older versions manually. |
We've updated EDM to 1.2.182 and Gradle to 7.5.1 (also updated Firebase to 12.2.0). We both tried with Unity's builtin Gradle and custom Gradle. `
This Android Gradle plugin (7.4.2) was tested up to compileSdk = 33 This warning can be suppressed by adding The build will continue, but you are strongly encouraged to update your project to
`Note: \Library\Bee\Android\Prj\IL2CPP\Gradle\unityLibrary\src\main\java\com\unity3d\player\UnityPlayerActivity.java uses or overrides a deprecated API. FAILURE: Build completed with 2 failures. 1: Task failed with an exception.
|
@mrerenimo Delete BidMachine - It helped me. |
MAX Plugin Version
6.6.2
Unity Version
2021.3.42
Device/Platform Info
Android
Current Behavior
I'm getting an error when build the project for android
Plugin [id: 'com.applovin.quality', version: '+', apply: false] was not found in any of the following sources:
Expected Behavior
No response
How to Reproduce
Following settings should reproduce the build error
JDK SDK and NDK are default.
Gradle 6.8
settings.gradle
gradle-wrapper.properties
distributionUrl=https://services.gradle.org/distributions/gradle-7.5.1-bin.zip
build.gradle
gradleTemplate.properties
mainTemplateGradle
mainTemplate.txt
Minimum API Level 29
Target API Level 34
Additional Info
No response
The text was updated successfully, but these errors were encountered: