add oculus quest build target

This commit is contained in:
2019-05-27 18:14:35 +02:00
parent e7f8839739
commit 9d6bb0187e
38 changed files with 920 additions and 239 deletions

View File

@@ -0,0 +1,4 @@
xcopy /I /D /Y /S /E ..\data src\main\assets\data
call gradlew installDebug
call adb shell am start -n com.omigamedev/android.app.NativeActivity
pause