Xamarin : Application not installed issue
android, xamarin, xamarin-studio
Solution
The correct process of creating apk is given below
- First change your build type to Release from debug.
- Clean
- Rebuild
- Right click your android project and click on archive
- After successful archive click on Distribute and click on Ad-hoc
- Create keystore file
- After finishing click on Open Distribution Your apk file is ready.
Problem
When I install my application in debugging mode on my Android mobile device, it seems to be installed. However, after signing the application and publishing it, it's not installed on my phone. (Release mode) It says: Application not installed. I tried a few things but cannot resolve this problem. I also tested with another Keystore but it still cannot be installed. I verified Xamarin Studio options but everything is OK, does anyone have an idea?