Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 970 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 970 Bytes

Sudoku Release APKs

The APKs from this folder can be downloaded and installed in an android device to run and test this application.

You'll find 3 different APKs here:

  • sudoku-armeabi-v7a.apk - This APK is designed for older 32-bit ARM processors. Learn more about this bundle here.
  • sudoku-arm64-v8a.apk - This APK is optimized for newer 64-bit ARM processors, which are commonly found in modern Android devices. Learn more about this bundle here.
  • sudoku-x86_64.apk - This APK is intended for 64-bit Intel or AMD processors, which are less common in Android devices. Learn more about this bundle here.

To learn more about Android App Build, read the documentation.