SCCapstone / MVB

Message in a Virtual Bottle is a virtual reality app for the Oculus Go designed to showcase the student experience at the University of South Carolina.

Home Page:https://sccapstone.github.io/MVB/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No Tests To show

josemvidal opened this issue · comments

I clicked to "Test Runner" but there are no tests there:

monosnap 2019-02-06 10-52-43
unity 2018 3 4f1 personal - untitled - mvb - pc mac linux standalone personal metal 2019-02-06 10-53-29

None in play mode either:

monosnap 2019-02-07 14-51-10

Please give a concrete example for test.

by any chance are you referring to our apk file to run the beta or to run test on our code

by any chance are you referring to our apk file to run the beta or to run test on our code

I still don't know, several sentences like"Give an example", confusing for users.

by any chance are you referring to our apk file to run the beta or to run test on our code

I still don't know, several sentences like"Give an example", confusing for users.
Please specify the path of your .apk file, and that should be added into your readme, which is not readable for users.

Hello Yuxiang, by any chance do you have access to the release tab inside of code. in our release information. we have the file and instructions right there.

Hello Yuxiang, by any chance do you have access to the release tab inside of code. in our release information. we have the file and instructions right there.

Could you please specify the path of .apk ?That may save my life I am new to this application, I don't want to waste my time finding files.

Sorry if I am not understanding your question properly, but are you able to see our "Beta.1.0.3.apk" Asset in the "Releases" tab next which is next to the number of Commits, and Branches tabs on this GitHub Repo?
You will need to have ADB (Android Debug Bridge) installed and set up on your PC to be able to install the .apk file on an Oculus GO and test our Beta.
If you are able to see the Beta .apk file, then download it and put it in your ADB folder.
We have instructions on how to install the .apk file on the Oculus GO in our "Releases" tab.

I have known, thanks.

mvb
When installing .apk , I got this issue, can you give me more instructions to handle this?

Yuxiang, to uninstall the package you would need to put
adb uninstall com.SKStudios.FirstProjVR

Then it will let you install it

to uninstall any previous .apk file from Oculus Go

adb uninstall com.SKStudios.FirstProjVR

to install any .apk file on Oculus GO

adb install fileName.apk

Thanks, I made it.

5d2900f this commit fixed the issue