Skip to content

qathom/useinf-arcore-experiment

Repository files navigation

ARCore Experiment (T-UseInf 2020)

ARCore experiment with Sceneform

Installation

Clone this repository and import into Android Studio

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

Configuration

Keystores:

Create app/keystore.gradle with the following info:

ext.key_alias='...'
ext.key_password='...'
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)

Releases

No releases published

Packages

No packages published

Languages