Here is how I tested our simple vitals scene on android
- I build the vitals monitor scene in unity and targeted android to build a Pulse.apk
- I got NVidia Codeworks
- Use the Android Debug Bridge (adb.exe) located in the platform-tools folder
- You need to adjust your android device to be discoverable per its unique setup
- Using a Pixel 4a, I enable developer options and enable debug mode via Settings->System
- Now we can use adb.exe via a command window
C:/CodeWorks/platform-tools> adb devices -l
List of devices attached
0B041JEC203445 device product:sunfish model:Pixel_4a device:sunfish transport_id:1
Great! Now let's install the Pulse.apk
C:/CodeWorks/platform-tools> adb install C:/Builds/Pulse.apk
adb server version (40) doesn't match this client (41); killing...
* daemon started successfully
Performing Streamed Install
Success
You should now have a Pulse app on your device. Here is Pulse running on my Pixel4a