Installation did not succeed.
The application could not be installed: INSTALL_FAILED_CONFLICTING_PROVIDER
Installation failed due to: 'null'
I have this problem when I modify the package name and generate another application with APPID.
The value of android:authorities
under the provider node in AndroidManifest.xml contains the old package name.
just modify the old package name in android:authorities
to the new package name.