I’ve been having some issues making a working android build of the vitals monitor using the pulse engine. When I just play it in editor, it works fine.
However, when I try to build to Android, it no longer works. The lines don’t show up and the numbers don’t change. In the android logcat, I get this error.
I believe we may need to build against the meta quest SDK… but I am not sure.
The android binaries are build against the standard android sdk, which may or may not be what the quest wants…
I totally get how frustrating it can be when things work perfectly in the editor but throw a tantrum on Android builds…
I’ve had my fair share of Android build woes, especially when dealing with specialized engines like the pulse engine (those were the days of working on projects at Andersen). It sounds like you’re running into a compatibility hiccup between the engine and Android. The error in your logcat might be pointing towards a compatibility or resource issue.
One thing you could try is downloading the MetaQuest SDK and building Pulse based on its requirements. Sometimes these specialized SDKs have specific optimizations for Android that can make all the difference. Also, ensure that your project settings are aligned with Android build configurations, and that all necessary assets and dependencies are packaged correctly.
Remember, it’s a bit of trial and error, so don’t get disheartened. We’ve all been there! Keep experimenting, diving into relevant forums, and seeking guidance. You got this!