- Cardboard VR Projects for Android
- Jonathan Linowes Matt Schoen
- 186字
- 2021-07-16 10:54:08
Creating a new Cardboard project
With Android Studio installed, let's create a new project. These are the steps you'll follow for any of the projects in this book. We'll just make an empty skeleton and make sure that it can be built and run:
- After opening the IDE, you'll see a Welcome screen, as shown in the following screenshot:
- Select Start a new Android Studio project, and the New Project screen appears, as follows:
- Fill in your Application name:, such as
Skeleton
, and your Company Domain:, for example,cardbookvr.com
. You can also change the Project location. Then, click on Next: - On the Target Android Devices screen, ensure that the Phone and Tablet checkbox is checked. In the Minimum SDK, select API 19: Android 4.4 (KitKat). Then, click on Next:
- On the Add an activity to Mobile screen, select Empty Activity. We're going to build this project from scratch. Then, click on Next:
- Keep the suggested name,
MainActivity
. Then, click on Finish.
Your brand new project comes up on Studio. If required, press Alt + 1 to open the Project View (Command + 1 on the Mac).
推薦閱讀
- Python GUI Programming:A Complete Reference Guide
- Android NDK Game Development Cookbook
- 辦公通信設備維修
- 基于ARM的嵌入式系統和物聯網開發
- 筆記本電腦維修不是事兒(第2版)
- Visual Media Processing Using Matlab Beginner's Guide
- Arduino BLINK Blueprints
- 筆記本電腦應用技巧
- 筆記本電腦維修實踐教程
- 龍芯自主可信計算及應用
- Hands-On Deep Learning for Images with TensorFlow
- Arduino項目案例:游戲開發
- Blender 3D By Example
- Deep Learning with Keras
- Corona SDK Mobile Game Development:Beginner's Guide