Lab8 Report Problem 2 Google Cardboard - nancyynx88/lab8 GitHub Wiki
2. Develop a Cardboard App that is relevant to your own project
360 Video Viewer with an additional feature such as
a. Spatial audio:
i. https://developers.google.com/vr/android/spatial-audio ii. https://developers.google.com/vr/ios/ndk/reference/group/audio
b. Head tracking.
i. https://developers.google.com/vr/ios/ndk/reference/group/headtracking
c. User input event handling.
i. https://developers.google.com/vr/android/samples/treasure-hunt#handling_inputs
d. Game:
i. https://developers.google.com/vr/android/samples/treasure-hunt
Since our project dose not have to use google cardboard. We will use google conversation & Android App for our project. I will work with the examples here.
For trying to work with the Android App tutorial, it is a little hard for me. I followed the steps but I couldn't find the packages in the PPT, such as samples folder.
Moreover, when I load the sdk-common-1.10.0.aar file, the program gave me an error and it dose not let me proceed. The error shows like this:
I tried to download the zip file and unzip, reload it again. It is still not working.