I’m trying to build my project for android, but when I try, I get a lot of weird errors. Some of them seem more helpful, these are some of them:
- Starting a Gradle Daemon, 1 incompatible Daemon could not be reused, use --status for details
Configure project :launcher
WARNING: The option ‘android.enableR8’ is deprecated and should not be used anymore.
It will be removed in a future version of the Android Gradle plugin, and will no longer allow you to disable R8.
UnityEngine.GUIUtility:processEvent (int,intptr,bool&)
- Warning: Mapping new ns http://schemas.android.com/repository/android/common/02 to old ns http://schemas.android.com/repository/android/common/01
Warning: Mapping new ns http://schemas.android.com/repository/android/generic/02 to old ns http://schemas.android.com/repository/android/generic/01
Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/addon2/02 to old ns http://schemas.android.com/sdk/android/repo/addon2/01
Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/addon2/03 to old ns http://schemas.android.com/sdk/android/repo/addon2/01
Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/repository2/02 to old ns http://schemas.android.com/sdk/android/repo/repository2/01
Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/repository2/03 to old ns http://schemas.android.com/sdk/android/repo/repository2/01
Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/sys-img2/03 to old ns http://schemas.android.com/sdk/android/repo/sys-img2/01
Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/sys-img2/02 to old ns http://schemas.android.com/sdk/android/repo/sys-img2/01 -
- What went wrong:
Could not determine the dependencies of task ‘:launcher:lintVitalRelease’.
- What went wrong:
Could not resolve all artifacts for configuration ‘:launcher:debugRuntimeClasspath’.
Could not find :androidx.arch.core.core-runtime-2.0.0:.
Searched in the following locations:
- file:/C:/Users/Jakov/BlastMobile/Temp/gradleOut/launcher/libs/androidx.arch.core.core-runtime-2.0.0.aar
Required by:
project :launcher > project :unityLibrary
Could not find :androidx.asynclayoutinflater.asynclayoutinflater-1.0.0:.
Searched in the following locations:
- file:/C:/Users/Jakov/BlastMobile/Temp/gradleOut/launcher/libs/androidx.asynclayoutinflater.asynclayoutinflater-1.0.0.aar
Required by:
project :launcher > project :unityLibrary
Could not find :androidx.coordinatorlayout.coordinatorlayout-1.0.0:.
(…)
Does anyone have any idea about what these mean? Please tell me if you know how I might fix these errors.