Intent.migrateExtraStreamToClipData() on a null object reference

后端 未结 4 1775
小蘑菇
小蘑菇 2020-12-09 07:51

Started getting this error in the production version of my app.

java.lang.NullPointerException: Attempt to invoke virtual method \'boolean android.content.In         


        
4条回答
  •  难免孤独
    2020-12-09 08:18

    Most probably it's the same problem as in getLaunchIntentForPackage is null for some apps. Not really a duplicate (since OP couldn't trace the offending line, which is known in linked question), but if someone faces this problem, linked question's solution might help.

提交回复
热议问题