Files
tinyusdz/android
2022-07-19 03:56:32 +09:00
..
2021-08-02 22:10:01 +09:00
2022-07-19 03:56:32 +09:00
2021-08-26 04:34:58 +09:00
2021-08-26 04:34:58 +09:00
2021-08-02 02:33:44 +09:00
2020-07-25 03:43:42 +09:00
2020-07-25 03:43:42 +09:00
2021-08-02 22:10:01 +09:00
2020-07-25 03:43:42 +09:00

Example project for Anroid Studio

arm64-v8a arch only.

Requirements

  • Android Studio 3.x or later
    • CMake(You can install cmake through Android Studio)
    • NDK r21 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.