Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 598 Bytes

File metadata and controls

15 lines (11 loc) · 598 Bytes

AniQu

Android

To run the application on android device/emulator:

  • open project in Android Studio and run imported android run configuration

To build the application bundle:

  • run ./gradlew :androidApp:assembleDebug
  • find .apk file in androidApp/build/outputs/apk/debug/androidApp-debug.apk

iOS

To run the application on iPhone device/simulator: