Add example for cross-build to android with CCI recipe#113
Add example for cross-build to android with CCI recipe#113prince-chrismc wants to merge 3 commits intoconan-io:mainfrom
Conversation
memsharded
left a comment
There was a problem hiding this comment.
Looks good, just the Windows tests is not passing yet, please check it
|
Hmmm, 🧐 I need to do some research on what the expected behavior is, i've never used this on Windows android/ndk#1581 (comment) Seems related but I am not sure is that's the problem here 🤔 |
Testing: "The Conan default is to pick mingw on windows when not using msvc which is not what we want wen targeting android" https://cpplang.slack.com/archives/C41CWV9HA/p1693160641849589?thread_ts=1693156865.039739&cid=C41CWV9HA
|
@memsharded It seems the default CMake generator Conan is picking might not make sense for the cross-building to android scenario on windows. I forced it to use ninja for all of them which seems to be passing now. |
|
The failure on linux seems unrelated |
|
Asked Julius about this, we have two options
Related issue conan-io/conan#14197 |
|
Closing as implemented already: https://github.com/conan-io/examples2/tree/main/examples/cross_build/android/ndk_basic |
No description provided.