Files
tinyusdz/android/README.md
2024-02-01 23:32:08 +09:00

486 B

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.