INSTALL_FAILED_SHARED_USER_INCOMPATIBLE while using shared user id

后端 未结 10 1241
情深已故
情深已故 2020-11-28 10:33

I am working on Android application which will share the database. For that, I\'m using android:sharedUserId in both application\'s Manifest file. When I am try

10条回答
  •  心在旅途
    2020-11-28 10:48

    In my case, I had two build variants (one specific for a device, and one general).

    I was running the device-specific build on an emulator when this error showed up.

提交回复
热议问题