NoahT Posted November 5 Posted November 5 Hello, I'm currently using Unity 2022.3 and I'm trying to build my project and deploy it to a Vive headset. When building, I keep getting this error: FAILURE: Build completed with 2 failures. 1: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':launcher:checkDebugDuplicateClasses'. > Could not resolve all files for configuration ':launcher:debugRuntimeClasspath'. > Failed to transform wvr_ime_client-.aar (:wvr_ime_client:) to match attributes {artifactType=enumerated-runtime-classes, org.gradle.status=integration, org.gradle.usage=java-runtime}. > Execution failed for AarToClassTransform: C:\Users\<my-username>\.gradle\caches\transforms-3\cdaf773aebbebadecf6ede59cc42da5c\transformed\jetified-wvr_ime_client.aar. > zip END header not found > Failed to transform wvr_unity_plugin_2022-.aar (:wvr_unity_plugin_2022:) to match attributes {artifactType=enumerated-runtime-classes, org.gradle.status=integration, org.gradle.usage=java-runtime}. > Execution failed for AarToClassTransform: C:\Users\<my-username>\.gradle\caches\transforms-3\c78b29d8104f5aa7ce28eefb6f000780\transformed\jetified-wvr_unity_plugin_2022.aar. > zip END header not found > Failed to transform wvr.common.utils-.aar (:wvr.common.utils:) to match attributes {artifactType=enumerated-runtime-classes, org.gradle.status=integration, org.gradle.usage=java-runtime}. > Execution failed for AarToClassTransform: C:\Users\<my-username>\.gradle\caches\transforms-3\7f7df7b0129aa175f600ad73cf7c0cbb\transformed\jetified-wvr.common.utils.aar. > zip END header not found > Failed to transform vr.client.abi-.aar (:vr.client.abi:) to match attributes {artifactType=enumerated-runtime-classes, org.gradle.status=integration, org.gradle.usage=java-runtime}. > Execution failed for AarToClassTransform: C:\Users\<my-username>\.gradle\caches\transforms-3\2af2a557f5f58e34b103a2a53c46f1be\transformed\jetified-vr.client.abi.aar. > zip END header not found > Failed to transform wvr_client-.aar (:wvr_client:) to match attributes {artifactType=enumerated-runtime-classes, org.gradle.status=integration, org.gradle.usage=java-runtime}. > Execution failed for AarToClassTransform: C:\Users\<my-username>\.gradle\caches\transforms-3\d90b194294cc8f4c7c94c709309b0282\transformed\jetified-wvr_client.aar. > zip END header not found > Failed to transform wvr_permission_client-.aar (:wvr_permission_client:) to match attributes {artifactType=enumerated-runtime-classes, org.gradle.status=integration, org.gradle.usage=java-runtime}. > Execution failed for AarToClassTransform: C:\Users\<my-username>\.gradle\caches\transforms-3\b622a67c43493f48c5c4a7351aca0415\transformed\jetified-wvr_permission_client.aar. > zip END header not found How can I fix this issue? Thanks, Noah
NoahT Posted November 5 Author Posted November 5 Extra info: Unity Version: 2022.3.51f1 Wave SDK Version: 6.1.0-r.8
VIVE_chengnay Posted November 6 Posted November 6 Hi @NoahT, The error looks like you have faulty gradle. Could you try download again? You can check Edit>Preferences...>External Tools We do recommend to use the one that installed with Unity.
NoahT Posted November 6 Author Posted November 6 Hi @VIVE_chengnay, Attached is a screenshot of my Unity settings. Currently I'm using the version of Gradle bundled with Unity 2022.3. Thanks, Noah
VIVE_chengnay Posted November 7 Posted November 7 Hi @NoahT, I used the same version as yours and I did not reproduce the issue. Could you try building our sample scene? For example, Assets/Wave/Essence/Controller/Model/6.1.0-r.8/Demo/Scenes/WaveControllerTest.unity. If it still failed, could you create new project and try again? If it also failed, please share your project to me through private message.
NoahT Posted November 7 Author Posted November 7 Hi @VIVE_chengnay, I tried locating the sample scene, but it isn't available at the path you specified. I also tried creating a new project, but I still ran into the same error. I also received some other errors saying it couldn't decompress a package (see attached) I'll PM you a sample project. Thank you! - Noah
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now