SwiftPM to apk without Java, gradle and Android Studio

A minimal example is provided to package a Swift executable, its runtime dependencies, and resources into an apk. Instructions are in the readme.

The application includes an example for accessing assets and handling the back button/gesture. For touch events to work, you must provide an EGL or Vulkan surface for the window.

8 Likes