-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Unity Version - 6000.0.58f2
Android Visual Studio Version - 2024.2
I followed the official documentation and video tutorial. I am creating an APK file from the exported Android Studio project in Unity. But I am getting errors:
Could not determine the dependencies of task ':launcher:processDebugResources'.
Could not resolve all dependencies for configuration ':launcher:debugRuntimeClasspath'.
Could not resolve project :freeRASP.androidlib.
Required by:
project :launcher > project :unityLibrary
> No matching variant of project :freeRASP.androidlib was found. The consumer was configured to find a library for use during runtime, preferably optimized for Android, as well as attribute 'com.android.build.api.attributes.AgpVersionAttr' with value '8.8.1', attribute 'com.android.build.api.attributes.BuildTypeAttr' with value 'debug', attribute 'org.jetbrains.kotlin.platform.type' with value 'androidJvm' but:
- No variants exist.
Please Help