Reputation: 1
I wanna build my app on my new device with same unity version 2021.3.21f but i got this error
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':launcher:preDebugBuild'.
> Could not resolve all files for configuration ':launcher:debugRuntimeClasspath'.
> Could not resolve :VuforiaEngine.
Required by:
project :launcher > project :unityLibrary
> Could not resolve :VuforiaEngine.
> invalid start of token at position 109 in pattern /C:/Users/ASUS/Documents/2025/[1} Project/My project/Library/Bee/Android/Prj/IL2CPP/Gradle/unityLibrary/libs/[artifact](-[classifier]).[ext]
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 947ms
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
When i build on my old device with the same unity version and vuforia engine version, everything is good, and build with succes.
Build success with no errors
Upvotes: -1
Views: 11