简体   繁体   中英

Third-party library inside dynamic feature module

I added third-party library into dynamic feature module and when building I'm receiving following error:

\app\build\intermediates\merged_manifests\debug\AndroidManifest.xml:375: AAPT: error: resource string

Only strings that are placed as Activity's labels in manifest in this third-party library are not found.

android:label="@string/

This behavior are reproducible only if I put third-party library into dynamic feature module. It works OK in simple android library module.

Also I've tried Clear/Rebuild project and nothing helps.

See the 'Merged Manifest' for your 'AndroidManifest.xml' file by opening this manifest file in android studio and selecting 'Merged Manifest' option in footer. This might show the relevant information.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM