flutterfirebasedartapk

The Package Conflicts With An Existing Package By The Same Name Error


I'm installing the flutter apk in android but not able to install it. as i'm fresher in flutter not able to get rid from this issue.

Apk install in other devices and working fine, only face this issue in my device.

Help me out to this!!


Solution

    1. uninstall the old apk with the same name you installed before, then try once to install the app.

    2. Same package error:

      1. Create a new Package in your app with a different name.
      2. Copy and paste all files in your old package to the new Package.
      3. Save Code.
      4. Delete the old Package And Clean and rebuild the project.