- 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).
推薦閱讀
- ATmega16單片機項目驅(qū)動教程
- 網(wǎng)絡服務器配置與管理(第3版)
- SDL Game Development
- BeagleBone By Example
- INSTANT ForgedUI Starter
- 從零開始學51單片機C語言
- Camtasia Studio 8:Advanced Editing and Publishing Techniques
- scikit-learn:Machine Learning Simplified
- 微服務分布式架構(gòu)基礎(chǔ)與實戰(zhàn):基于Spring Boot + Spring Cloud
- Visual Media Processing Using Matlab Beginner's Guide
- Machine Learning Solutions
- 深入理解序列化與反序列化
- Blender Game Engine:Beginner's Guide
- 基于網(wǎng)絡化教學的項目化單片機應用技術(shù)
- Blender 3D By Example