1. No system signature is added
If you have not added the system signature, find the following codes at the header of the AndroidManifest.xml
file and delete it:
android:sharedUserId="android.uid.system"
2. Added system signature
- Check whether there is any problem with the system signature itself or the joining method?
- If there is no problem with the system signature, there should already be an APK in the system, and the current APK should be added to the system uid. At this time, you should first delete the APK that exists in the system, and then reboot.
adb root
adb uninstall com.xxx.xxxx
adb reboot
Read More:
- The application could not be installed: INSTALL_FAILED_USER_RESTRICTED
- [Solved] Unity Import Xcode Project Error: iOS framework addition failed due to a CocoaPods installation failure.
- Gradle Package Project Lombok Not Working: No serializer found for class com.qbb.User and no properties discovered to create BeanSerializer……
- [Solved] R Install XML package error: configuration failed for package ‘XML’
- [Solved] Vcpkg Install Building package brotli:x64-windows failed with: BUILD_FAILED Locking applocal.ps1
- Module build failed: Error: Node Sass version 6.0.0 is incompatible with ^4.0.0
- [Go] Solve can’t load package: cannot find module providing package github.com/xxxxx
- [Solved] Manifest merger failed: android:exported needs to be explicitly specified for element <activity#com
- [Solved] Installing github.com/uudashr/gopkgs/v2/cmd/gopkgs@latest FAILED和cannot install, GOBIN must be an ab
- [Solved] Kubeadm Reset error: etcdserver: re-configuration failed due to not enough started members
- [Solved] INSTALL_FAILED_DEXOPT (DEX optimization verification failed)
- [Solved] Failed to resolve: com.serenegiant:common:1.5.20
- [Solved] Yarn install Error: “error Found incompatible module.”
- Klee Error: Assertion `userMainFn && “unable to get user main“‘ failed
- [Solved] Kafka Start Log Error: WARN Found a corrupted index file due to requirement failed: Corrupt index found
- [Solved] Android Studio APK install Error: INSTALL_FAILED_CONFLICTING_PROVIDER
- [Solved] error: password authentication failed for user “postgres”
- [Solved] Error: failed to create deliver client: orderer client failed to connect to orderer.example.com:7050
- ./popins2: error while loading shared libraries: libbifrost.so: cannot open shared object file: No such file or directory
- [Solved] error while loading shared libraries: libopencv_highgui.so.3.4: cannot open shared object file…