Jump to content

Wave SDK Version Checker


VictoryVR

Recommended Posts

@VictoryVR, Could you please try method below?

Quote

AndroidJavaClass jc = new AndroidJavaClass("com.htc.vr.BuildConfig");
String buildtime = jc.GetStatic<String>("VR_VERSION");

Print out the buildtime, but the version might not be the same as the public release version.

For example, I tested on WaveSDK v3.1.6, but it prints out as v3.1.5.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...