manadream / AndroidProxySetter

An android app that sets the proxy settings for a wifi access point by using adb
GNU General Public License v3.0
477 stars 96 forks source link

INSTALL_FAILED_SHARED_USER_INCOMPATIBLE #28

Closed tqk2811 closed 3 years ago

tqk2811 commented 3 years ago

adb install proxy-setter-emulator-0.2.1.apk

adb: failed to install proxy-setter-emulator-0.2.1.apk: Failure [INSTALL_FAILED_SHARED_USER_INCOMPATIBLE: Package couldn't be installed in /data/app/tk.elevenk.proxysetter-1: Package tk.elevenk.proxysetter has no signatures that match those in shared user android.uid.system; ignoring!]

I try copy to sdcard and install, it say package conflict with current package because same name

adb uninstall tk.elevenk.proxysetter

java.lang.IllegalArgumentException: Unknown package: tk.elevenk.proxysetter

How do i fix it? Thanks

Android: 7.1.2 (MIUI global 10.2.3) Device: Redmi 4A

tqk2811 commented 3 years ago

Sorry, i forgot this The emulator apk will only work on emulators, not real devices.