Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 669 Bytes

ANDROID.md

File metadata and controls

33 lines (28 loc) · 669 Bytes

Building for Android

Documentation on how to build Sudachi for Android

Requirements

Note

Below is a list of development tools, software, etc. required for building Sudachi for Android

Development Tools

  • Git
  • Java Development Kit
  • Vulkan® SDK
    • Used: 1.3.280.0

Software

  • Android Studio
    • Used: Iguana
  • Visual Studio (Windows Only)
    • Used: 17.9.6
    • Workloads
      • Desktop development with C++

Steps

Step I - Cloning

cd path/to/directory
git clone --recursive https://github.com/sudachi-emu/sudachi

Step II - Building

cd src/android
gradlew.bat build # gradlew if building on a Unix system