Cant install while-labeled copy of android app side by side with official #3862
-
I changed APPLICATION_ID, put my own google-services.json, then built master by gradlew bundleOfficialPlayRelease, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
Beta Was this translation helpful? Give feedback.
-
Looks like i need to change android:sharedUserId in official/androidmanifest.xml 03-09 22:04:34.188 1677 2157 E PackageManager: Adding duplicate app id: 10445 name=chat.rocket.android |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
INSTALL_FAILED_SHARED_USER_INCOMPATIBLE
is the error you're looking for.You did something wrong on your
android:sharedUserId
on manifests.