Hi,
I am developing android application using xamarin.It works fine on start but right now i am facing some strange issue,in start when i debug the application through emulator or real device it works fine or installs its unsigned apk to the device it install perfectly but right now due to some unknown issue when i tried to install unsigned apk from bin folder to the real device it repeatedly fails with error "Application Not Installed".
Please help to resolve this issue i am in big trouble.
Thanks
Dipankar
Posts
Hi there,
i'm experiencing the same issue. Have you managed to resolve it yet?
Thanks
Michael
yes this problem arise because of JDK if your JDK is 1.7(Latest ) than it will cause this problem .JDK 1.7 have sign problem while creating apk. So the solution is to downgrade your JDK to 1.6.