mirror of
https://github.com/lighttransport/tinyusdz.git
synced 2026-01-18 01:11:17 +01:00
23 lines
486 B
Markdown
23 lines
486 B
Markdown
# Example project for Anroid Studio
|
|
|
|
arm64-v8a arch only.
|
|
|
|
## Requirements
|
|
|
|
* Android 8.1(API 27) or later
|
|
* Android 12.0 or later recommended.
|
|
* Android Studio 2022 Framingo or later
|
|
* CMake(You can install cmake through Android Studio)
|
|
* NDK r25 or later
|
|
|
|
|
|
## How to build
|
|
|
|
Open this folder in Android Studio and build it.
|
|
|
|
When you open the folder in the first time, it will take time(~20 mins) and many file downloads(e.g. gradle) will happen.
|
|
|
|
### Command line build
|
|
|
|
T.B.W.
|