这是indexloc提供的服务,不要输入任何密码
Skip to content

[FR] allow generation even when libraries are missing #146

@DanAlbert

Description

@DanAlbert

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions