android / codelab-android-dynamic-features

Apache License 2.0
121 stars 47 forks source link

Why is the example not the same like here: https://developer.android.com/codelabs/on-demand-dynamic-delivery#1 #45

Closed devjta closed 2 years ago

devjta commented 2 years ago

All the dynamicFeatures things are totaly missing in your example..

https://developer.android.com/codelabs/on-demand-dynamic-delivery#4

There is no dynamicFeatures = [':assets'] in your example?

Also if I add this tag, my project is not building anymore and I get error messages, which leads to nothing.

Same thing with all the modules using that plugin in your example: apply plugin: 'com.android.library'

Instead of 'com.android.dynamic-feature' according to the documentation..