Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
(公開用)READMEファイルの修正3
Browse files Browse the repository at this point in the history
  • Loading branch information
masuda committed Feb 5, 2019
1 parent 3b808cf commit e0a3df6
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,21 @@
- Android 7.0以上

# サポート端末
- ARCore動作サポート端末
https://developers.google.com/ar/discover/supported-devices#android_play
[ARCore動作サポート端末](https://developers.google.com/ar/discover/supported-devices#android_play)

# 使用ライブラリ
[ARCore](https://developers.google.com/ar/develop/)

[ViroCore](https://virocore.viromedia.com/docs/overview)

# ビルド方法
# ビルド
## 開発環境
- Android Studio 3.1以上

## 手順
1. [ViroCore](https://s3-us-west-2.amazonaws.com/virocore/1_12_0/virocore-release-v_1_12_0.aar)をダウンロードし、viro_coreディレクトリ配下へダウンロードしたaarを配置します
## 準備
1. [ViroCore](https://s3-us-west-2.amazonaws.com/virocore/1_12_0/virocore-release-v_1_12_0.aar)をダウンロードし、viro_coreディレクトリ内にaarファイルを配置します

2. [Viromediaサイト](https://viromedia.com/signup) からAPIキーを取得し、appモジュール配下のAndroidManifest.xmlに記述します。
2. [Viromediaサイト](https://viromedia.com/signup) からAPIキーを取得し、appモジュールのAndroidManifest.xmlに記述します。
```
<meta-data android:name="com.viromedia.API_KEY" android:value="<APIキーを記述してください>" />
```

0 comments on commit e0a3df6

Please sign in to comment.