You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I downloaded the source code (zip) from https://github.com/alvr-org/ALVR/releases/tag/v20.13.0, and followed the instructions under "Building From Source". Specifically, I executed the following four commands in order:
cargo xtask prepare-deps --platform windows
cargo xtask build-streamer --release
cargo xtask prepare-deps --platform android
cargo xtask build-client --release
Both dashboard.exe and alvr_client_android.apk were successfully built without errors. However, after transferring and installing alvr_client_android.apk onto my Pico 4 Pro, the APK cannot be opened. What could be the possible reasons for this issue?
The text was updated successfully, but these errors were encountered:
I downloaded the source code (zip) from https://github.com/alvr-org/ALVR/releases/tag/v20.13.0, and followed the instructions under "Building From Source". Specifically, I executed the following four commands in order:
cargo xtask prepare-deps --platform windows
cargo xtask build-streamer --release
cargo xtask prepare-deps --platform android
cargo xtask build-client --release
Both dashboard.exe and alvr_client_android.apk were successfully built without errors. However, after transferring and installing alvr_client_android.apk onto my Pico 4 Pro, the APK cannot be opened. What could be the possible reasons for this issue?
The text was updated successfully, but these errors were encountered: