Hello guys I'm not able to install APK After adding android:sharedUserId="android.uid.system"
this in manifest file
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.xxx"
android:sharedUserId="android.uid.system">
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.REORDER_TASKS" />
<uses-permission android:name="android.permission.EXPAND_STATUS_BAR" />
<uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" />
<uses-permission android:name="com.honeywell.decode.permission.DECODE" />
as It shows in Run tab error Error: INSTALL_FAILED_SHARED_USER_INCOMPATIBLE: Reconciliation failed...: Reconcile failed: Package com.xxx has no signatures that match those in shared user android.uid.system; ignoring!
you can check it in below
2/21 16:00:06: Launching 'app' on Nexus One API 29. Installation did not succeed. The application could not be installed: INSTALL_FAILED_SHARED_USER_INCOMPATIBLE
List of apks: [0] 'D:\Working\xx\app\build\outputs\apk\debug_1.5.apk' Installation failed due to: 'Failed to commit install session 881743286 with command cmd package install-commit 881743286. Error: INSTALL_FAILED_SHARED_USER_INCOMPATIBLE: Reconciliation failed...: Reconcile failed: Package com.xxx has no signatures that match those in shared user android.uid.system; ignoring!'