You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.
I'm trying to build an Android application using conan with the following conanfile.txt:
In my build.gradle I have a task with conan install command:
def cmd = conan_path + "conan install ../conanfile.txt --profile android_21_arm_clang"
My android_21_arm_clang profile is:
I'm getting this error:
Missing prebuilt package for 'zlib/1.2.11@conan/stable'
Do I need to do something else to get this up and running?
The text was updated successfully, but these errors were encountered: