Ralith / openxrs

OpenXR bindings for Rust
Apache License 2.0
282 stars 59 forks source link

failed to parse config; invalid type: string "false", expected a boolean for key `package.metadata.android` at line 63 column 1 #132

Closed mutantbob closed 1 month ago

mutantbob commented 1 year ago

I tried to build the vulkan-android example. It exploded.

$ ANDROID_HOME=~/Android/Sdk/ ANDROID_NDK_ROOT=~/Android/Sdk/ndk/22.0.7026061/ cargo apk build --example vulkan-android
Using package `openxr` in `/home/thoth/vendor/openxrs/openxr/Cargo.toml`
Error: Failed to parse config.

Caused by:
    invalid type: string "false", expected a boolean for key `package.metadata.android` at line 63 column 1

How can I install this example on an Oculus Quest 2?

Ralith commented 1 year ago

What happens if you replace "false" with false on the line with the error?