Reputation: 228
I am generating Signed Build Bundle. Instant App Module is launching perfectly in device but when I am generating Signed Build Bundle I got this error.
'Modules 'base' and 'instantapp' contain entry 'assets/crashlytics-build.properties' with different content'
In my assets folder 'crashlytics-build.properties' file is not showing.
Error logs :
java.util.concurrent.ExecutionException: com.android.tools.build.bundletool.exceptions.ValidationException: Modules 'base' and 'AdharVerificationDynamicFeature' contain entry 'assets/crashlytics-build.properties' with different content.
Upvotes: 2
Views: 1319
Reputation: 31
i solve this problem by changing the name of file in my module and its worked
Upvotes: 1