Open
Description
Problem
https://docs.conan.io/en/latest/integrations/android_studio.html page provides a solution for a single ABI project, if you need to support x86 or arm64-v8a this will not work out of box
Proposed solution
I have implemented a simple Gradle plugin for Android NDK CMake project https://gist.github.com/CAMOBAP795/ed9aa6a7549787b5eea4b2048b896747
At this time it supports CMake only, but I think it should be enough
I ready to get some feedback/critics )