cancel
Showing results for 
Search instead for 
Did you mean: 

"App not installed" error when trying to install Andriod apk for Work Manager 6.1

sravanthi_polu
Contributor
0 Kudos

Hi Experts,

We have built an apk for Work Manager 6.1 Andriod platform.But, when trying to install the apk file in device encountering error "App Not installed - The package conflicts with an existing package by the same name".

We have verified Android settings-Installed apps-the apk we are trying to install is not available in the device.But still encountering "Package conflict error " .

Please suggest.Thanks in advance.

Regards,

Sravanthi.

Accepted Solutions (0)

Answers (1)

Answers (1)

Dan_vL
Product and Topic Expert
Product and Topic Expert

One issue I have seen in the past that had a similar issue was related to having previously enabled the multiple user feature on the phone. I would find that after uninstalling the app, it would still exist perhaps for other users on the phone. To fully remove it, go to Settings, Apps & Notifications, See all, Show System (from the menu).

Scan through the list of apps and you may find the text beside some app name not installed for user. Then uninstall the app that has the same package name.

Perhaps also try the following adb command.
adb shell sh -c 'cmd package list packages -f'

Regards,

Dan van Leeuwen