INSTALL_FAILED_SHARED_USER_INCOMPATIBLE while using shared user id

后端 未结 10 1225
情深已故
情深已故 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:56

    I followed these steps:

    1. Removed existing application (if it is already installed )
    2. Removed share user ID from android manifest
    3. Bulid the application.
    4. Now enter share user ID again
    5. build the application 1 more time

提交回复
热议问题