google-vr-sdk

How to fix NDK build error for HelloCardboard sample

ぐ巨炮叔叔 提交于 2021-01-03 08:26:10
问题 I am trying to compile Google Cardboard Sdk sample. I am following instructions given by google's official docs I am stuck at step 3, where I am supposed to assemble the project: This is the error I am getting when I start to assemble: FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':hellocardboard-android:externalNativeBuildDebug'. > Build command failed. Error while executing process C:\Users\Shanu\AppData\Local\Android\Sdk\cmake\3.10.2.4988404\bin

How to fix NDK build error for HelloCardboard sample

荒凉一梦 提交于 2021-01-03 08:26:04
问题 I am trying to compile Google Cardboard Sdk sample. I am following instructions given by google's official docs I am stuck at step 3, where I am supposed to assemble the project: This is the error I am getting when I start to assemble: FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':hellocardboard-android:externalNativeBuildDebug'. > Build command failed. Error while executing process C:\Users\Shanu\AppData\Local\Android\Sdk\cmake\3.10.2.4988404\bin

How do I get VrVideoView to start in Cardboard mode? [closed]

人走茶凉 提交于 2019-12-25 01:45:41
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 10 months ago . http://trimensions.org/node/83 I am coding by importing the code from the link above. But this code starts on a small screen. As soon as I start, I want to start with the Cardboard mode (a mode with both left-eye and right-eye monitors). However, no matter how I read the code, the code to switch to Cardboard

GoogleVR library not supporting 64-bit requirement from playstore

雨燕双飞 提交于 2019-12-11 15:27:12
问题 I am using GoogleVR library to load panos in my app. Google VR Depencencies implementation 'com.google.vr:sdk-base:1.160.0' implementation 'com.google.vr:sdk-panowidget:1.170.0' and getting following .so files in my apk Now i am unable to upload a new apk on playstore, and getting following error message. This release is not compliant with the Google Play 64-bit requirement. The following APKs or App Bundles are available to 64-bit devices, but they only have 32-bit native code: 30. I also