Android Question INSTALL_FAILED_DUPLICATE_PERMISSION what's?

imgsimonebiliato

Well-Known Member
Licensed User
Longtime User
Hello,
everytime I test my app I have to unistall it because I get this error:

B4X:
Parsing code.                           0.10
Compiling code.                         0.32
Compiling layouts code.                 0.01
Generating R file.                      0.26
Compiling generated Java code.          2.86
Convert byte code - optimized dex.      4.33
Packaging files.                        1.00
Copying libraries resources             0.02
    Found 14 resource files.
Signing package file (private key)      0.96
ZipAlign file.                          0.04
Installing file to device.              Error
    pkg: /data/local/tmp/csifortitudovedelago.apk
Failure [INSTALL_FAILED_DUPLICATE_PERMISSION perm=it.simone.biliato.csifortitudovedelago.permission.MAPS_RECEIVE pkg=it.simone.biliato.csifortitudovedelago]

Restarting ADB Server may solve this problem.
Tools - Restart ADB Server.    Device serial: 0607970a

Please help
 

cambopad

Active Member
Licensed User
Longtime User
As far as I know, this problem usually happens on Android 5. The root cause of this problem should be adding the same permissions more than one.
 
Upvote 0
Top