More generic solution for integration conan in gradle build system for Android projects
Open
complex: medium
priority: medium
stage: queue
type: look into
- Dominant language
- C++
- Stars
- 125
- Forks
- 382
- Avg merge
- 22h 39m
- Merged PRs (30d)
- 21
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 )
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.