I downloaded my android app onto my phone to test it and when I try to install it the install just stops and says “Application not installed” or something like that. I’m not getting an error or anything so I can’t figure out why it is doing this. Any ideas?
Share
Try to see the error information in the log file. You can do that by:
adb logcatto see the error you get when installing the application.The problem may come from several places, therefore the best way to know what is happening is by checking the logs.
EDIT: I decided to include the official link of
adbfor the ones that are not familiar with it: Android Debug Bridge