[New] Having trouble installing my program onto the Nreal light computational unit

Hello
As the title states, i have trouble installing my program onto the Nreal light computational unit.
I have been following the quickstart in the documentation and on different youtube videoes.
My problem starts when i have built the program and wants to transfer it onto the computational unit.
Is there a video turtorial of the steps from build to glasses?
It seems like most if not all tutorials casually jumps over this point.

Best regards
Toryn

1 Like

Look into using the ADB tool to transfer and install apk files from a PC to an android device.

You can just copy the apk into the download folder when you connect it to your pc via usb-c cable!
Then install it via using scrcpy.
If u setup a wifi connection to it you can also use adb or adb over wifi which makes it more comfy

1 Like

Thanks, i found the scrcpy to work bedst.
Had to copy some files to Unity’s folders to get the Android SDK that was needed instead of using the android management tool (which blocked a lot of my problems).

Cheers