skip to Main Content

I have a problem of this type if I install an apk from Android Studio on an Android device it works, but if I take the generated apk (i.e. the same one) and install it manually on the device does it tell me app not installed during installation? why does this happen?

2

Answers


  1. Install it using

    buildappoutputsflutter-apkapp-release.apk
    
    Login or Signup to reply.
  2. Try to unistall the app in the device before install the apk manually

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search