1. Unzip SDK.zop and copy to app root folder

2. Modify settings.gradle.kts
	maven {
		url = uri("$rootDir/repo")
		isAllowInsecureProtocol = true
	}
		
3. Modify app\build.grdle.kts
	implementation("com.htc.viveglass.sdk:viveglass_client:0.0.28-SNAPSHOT")

4. Replacing Simulator sample files with your files, you can use Android Studio - Device Explore to push files and app must be debug version