Android Instant App : Default Activity not found

后端 未结 3 1398
眼角桃花
眼角桃花 2021-01-11 15:48

This seems to be manifest merging error. I\'m trying to port existing code to instant app module. What I\'ve tried is :

  1. Changed main app module to baseFeatureM
3条回答
  •  猫巷女王i
    2021-01-11 16:35

    I figured out, that the Manifest merger failed with the Firebase plugin in the base module.

    Option 1:

    I fixed this by adding following to the base modules 'AndroidManifest.xml'.

    
    

    Don't forget to replace mypackage.

    Option 2:

    Copy the whole ... tag into app modules AndroidManifest.xml

提交回复
热议问题