Azure-Samples / cognitive-services-speech-sdk

Sample code for the Microsoft Cognitive Services Speech SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't Android :install because provider name com.microsoft.cognitiveservices.speech.util.InternalContentProvider is already used by com.fec.moss

luojt opened this issue · comments

Error running 'app' The application could not be installed: INSTALL_FAILED_CONFLICTING_PROVIDER Installation failed due to: 'Error code: 'INSTALL_FAILED_CONFLICTING_PROVIDER', message='INSTALL_FAILED_CONFLICTING_PROVIDER: Scanning Failed.: Can't install because provider name com.microsoft.cognitiveservices.speech.util.InternalContentProvider (in package com.*.*) is already used by com.fec.moss'' List of apks: [0] '/apk/debug/app-debug.apk
This means that another app (with package name com.fec.moss) already has a ContentProvider with the authority com.microsoft.cognitiveservices.speech.util.InternalContentProvider. My app tries to use the same authority, causing the installation conflict.

Duplicate of #2463