Closed thegreatkoe closed 2 years ago
I had the same issue, after hours of messing around trying to get it to work, I came across this similar Stack Overflow post: https://stackoverflow.com/questions/67120904/cannot-properly-link-c-project-with-gradle-exception-during-working-with-exte
In short, it appears the issue seems to be that this lib is incompatible with newer versions of CMake.
I now have it compiling on Android, here's what I did to get it working:
local.properties
cmake.dir=/the/path/to/where/you/extracted/cmake
@jerson I have no idea about CMake, but from this I assume something needs to be updated in the repo to work with newer versions of CMake
Wow @se1exin thank you so much, yeah has been a while since I Updated cmake, I will take a look on weekend
Hi,
after adding
react-native-fast-opengpg
when i try to runnpx react-native run-android
the build fails with:I already tried to run the build:
My Env is as follows:
If someone could point me in the right direction on how to fix this, i would be more than thankful (: