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 Aug 8, 2023. It is now read-only.
Once we have #5359 in, we can start adding Android Studio support. Starting in 2.2, they support externalNativeBuild and have explicit integration for CMake.
Once we have #5359 in, we can start adding Android Studio support. Starting in 2.2, they support
externalNativeBuild
and have explicit integration for CMake.Here's a preliminary patch:
Unfortunately, the
android.toolchain.cmake
file they ship with does not contain support for using the libc++ STL, which we require. Ticket is at https://code.google.com/p/android/issues/detail?id=212931The text was updated successfully, but these errors were encountered: