Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 336 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 336 Bytes

How to build?

To build the project you will need Android NDK and CMake.

Build steps:

  1. Clone the project, including submodules with:

     git clone --recurse-submodules https://github.com/lishaoxia1985/sgtpuzzles.git
    
  2. Open the project in Android Studio

  3. Install the Android NDK and CMake from the SDK Manager

  4. Hit Run