Android App Bundle build错误:<fusing>元素缺少'include'属性

sci*_*ech 1 android apk android-studio build.gradle android-app-bundle

我正在尝试开发具有动态功能的Android应用程序.

我已经将"示例"动态功能模块添加到项目中,当我尝试从Android Studio构建"Android App Bundle"时,我收到以下错误,

Caused by: java.util.concurrent.ExecutionException: com.android.tools.build.bundletool.exceptions.manifest.ManifestFusingException$FusingMissingIncludeAttribute: <fusing> element is missing the 'include' attribute (split: 'sample').
Run Code Online (Sandbox Code Playgroud)

动态功能模块清单

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:dist="http://schemas.android.com/apk/distribution"
package="com.features.dynamic.sample">
<dist:module
    dist:instant="false"
    dist:onDemand="true"
    dist:title="@string/title_sample">
    <dist:fusing include="false" />
</dist:module>
</manifest>
Run Code Online (Sandbox Code Playgroud)

小智 7

DIST:包括= "假"

只需添加"dist:"