jhansireddy / AndroidScannerDemo

ScanLibrary is an android document scanning library built on top of OpenCV, using the app you will be able to select the exact edges and crop the document accordingly from the selected 4 edges and change the perspective transformation of the cropped image.
MIT License
1.07k stars 472 forks source link

INSTALL_FAILED_CONFLICTING_PROVIDER #143

Open legacyGlitch opened 3 years ago

legacyGlitch commented 3 years ago

After adding the scanlibrary in my personal project it gave me no error until

implementation project(':scanlibrary')

but when I hit the run it gave me this error and I am unable to resolve it.

Installation did not succeed.
The application could not be installed: INSTALL_FAILED_CONFLICTING_PROVIDER

List of apks:
[0] 'D:\Projects\Android\DocumentScannerandOCR\app\build\outputs\apk\debug\app-debug.apk'
Installation failed due to: 'null'

Looking forward for help. Thanks

osama1malik commented 3 years ago

Change file authorities in scanlibrary manifest file with your application id.