Android INSTALL_FAILED_CONFLICTING_PROVIDER


Android INSTALL_FAILED_CONFLICTING_PROVIDER

Issue

[2012-05-21 15:03:23 - OSDActivity] Installation error: INSTALL_FAILED_CONFLICTING_PROVIDER
[2012-05-21 15:03:23 - OSDActivity] Please check logcat output for more details.
[2012-05-21 15:03:23 - OSDActivity] Launch canceled!

Solution

Open your AndroidManifest.xml file and change the value of android:authorities to any junk value. The reason for the error is that you have launched another application with the same auth value.

5 comments:

  1. Thank you very good...use full.works perfectly ...

    ReplyDelete
    Replies
    1. Thanks.. It worked for me...

      Delete
  2. "value" being a number? ctrl+f "android:auth" is only returning seemingly important things, no numbers..

    ReplyDelete
  3. working perfectly but will it any problem if we keep any junk file as value to android:authority

    ReplyDelete