How to add a native prebuilt library with multiple binary files?

The dependency management for native projects in Gradle is pretty limited at the moment. That’s something we’re planning to address pretty soon.

In the meantime, you’ll need to define each .a file as a separate prebuilt library, and include each of these as a dependency in your project. Alternatively you could merge all of these .a files into a single static library for use with Gradle.