Nyabsi
Nyabsi
Hello, @B00daW I am not sure whenever you will see this. But I do actually have an unreleased port of RTDink for Switch and I could share it with you...
Hey, I would like to report having the exact same issue. It happens because of `androidx.compose.material3:material3-android:1.2.0-beta02` conflicting with `com.mikepenz:aboutlibraries-compose-m3:10.10.0`
Yes, sure. I am not too sure on the specifics but for some reason when I include these following libraries: ``` implementation("com.mikepenz:aboutlibraries-core:10.10.0") implementation("com.mikepenz:aboutlibraries-compose-m3:10.10.0") implementation("androidx.compose.material3:material3-android:1.2.0-beta02") ``` It will work just fine...
Yes, I can test that shortly. I'll get back asap.
The proposed workaround works. I can now use `com.mikepenz:aboutlibraries-compose-m3-android` by adding `@aar` at the end of the implementation. But now it will throw `java.lang.NoClassDefFoundError: Failed resolution of: Lkotlinx/collections/immutable/ExtensionsKt;` and `com.mikepenz:aboutlibraries-compose-m3`...
@mikepenz that solves the issue for me, thank you. I hope this may also help the original author of this issue to solve their problem, unless it is already solved.
back to this, I've verified that the HMD infact does not have Positional tracking... device 0 vendor: Oculus VR, Inc. product: Rift (CV1) path: 5-1.1:1.0 class: HMD flags: 04 null...
Yeah I followed the blog post above even using the same operating system as the blog post describes yet it does not work.
Hey, thanks for the great work. I've had completely forgotten this since it didn't work I just put my project on hold, since it really wasn't high priority anyways. But...
as additional note, I removed the "Follow Queue" button since it unfortunately breaks with this method.