'Why when I install my apps APK on Physical Android Device says App Not Installed
Attention great developers.
I have hit a snag. I have built this application in flutter and has been in development for over a year. When I run the command flutter build apk the apk file is built and located in the Outputs file within the build. When I transfer the apk to my device and install it gives a App not installed. How can I debug this or has anyone had this issue and knows how to solve it. I am worried that it might have something to do with my flutter_google_maps pacakge.
Anyone help and guidance is much appreciated.
Solution 1:[1]
After another day of debugging I have found the issue. The problem was the assets folder with the images. Once I removed all images not being used the apk install worked. Hopefully this helps others.
Cheers Everyone for the contributions
Solution 2:[2]
I think the issue is with the apps package name. You should check if the any other app is installed in the device with the same package name. Try uninstalling the previous if exist.
Hope this would help you.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Riley-Howley |
| Solution 2 | Abin vs |

