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
Feature was submitted in e6fe0aa, just filling out the FR here for visibility.
The Android library detection requires the library to be present on disk before prefab is run. The directory contents are used to determine whether the library is static or shared.
This is a problem for Android Studio because it needs to run the CMake configuration step for all modules before it can build any module (gradle sync requires the information from the configuration step to provide most IDE features), so prefab needs to run for every module up front. If one module exposes a prefab package to another, the libraries will not have been built before prefab runs, and prefab fails.
The text was updated successfully, but these errors were encountered:
Feature was submitted in e6fe0aa, just filling out the FR here for visibility.
The Android library detection requires the library to be present on disk before prefab is run. The directory contents are used to determine whether the library is static or shared.
This is a problem for Android Studio because it needs to run the CMake configuration step for all modules before it can build any module (gradle sync requires the information from the configuration step to provide most IDE features), so prefab needs to run for every module up front. If one module exposes a prefab package to another, the libraries will not have been built before prefab runs, and prefab fails.
The text was updated successfully, but these errors were encountered: