项目作者: qathom

项目描述 :
ARCore Experiment (T-UseInf-2020)
高级语言: Java
项目地址: git://github.com/qathom/useinf-arcore-experiment.git
创建时间: 2020-03-29T22:30:25Z
项目社区:https://github.com/qathom/useinf-arcore-experiment

开源协议:

下载


ARCore Experiment (T-UseInf 2020)

ARCore experiment with Sceneform

Installation

Clone this repository and import into Android Studio

  1. git clone git@github.com:qathom/useinf-arcore-experiment.git

Configuration

Keystores:

Create app/keystore.gradle with the following info:

  1. ext.key_alias='...'
  2. ext.key_password='...'
  3. ext.store_password='...'

And place both keystores under app/keystores/ directory:

  • playstore.keystore
  • stage.keystore

Build variants

Use the Android Studio Build Variants button to choose between production and staging flavors combined with debug and release build types

Generating signed APK

From Android Studio:

  1. Build menu
  2. Generate Signed APK…
  3. Fill in the keystore information (you only need to do this once manually and then let Android Studio remember it)