Click here to Skip to main content
15,886,518 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi all.
i have been developed xamarin android App and now i have looking forward to how to install apk file in android mobile, which is also have been done in my side but what am saying is after installed apk file in my mobile, i cant able to open my installed App because am getting the given error "UNFORTUNATELY ANDROID APPLICATION HAS STOPED". So please have you look at the error and let me know the solution its very urjent please...

thanks in advance
Posted
Updated 21-Oct-13 2:19am
v2
Comments
Xiao Ling 23-Oct-13 20:58pm    
could you post your crash log? Have you tested your apk on emulator or your own device?
stellus 25-Oct-13 5:56am    
yes i have tested in my device amd emulator but its asking the same issue which i mentioned above one,
actually i installed debug build Apk file please make it me confirm whether i need to install debug build apk or release build apk, please let me know.
Xiao Ling 27-Oct-13 22:10pm    
could you post the crash log about the error "UNFORTUNATELY ANDROID APPLICATION HAS STOPED" from logcat? this error means somewhere of your code has an exception. probably it is null exception, or permission exception, or any other.
stellus 29-Oct-13 5:13am    
thanks for reply, actually am new in xamarin android, so i dont know how to get crash log? so please let me know the way of crash log.
Xiao Ling 29-Oct-13 5:20am    
check log in logcat

1 solution

Hi,

While creating apk file you need to make sure the mode was changed to Debug -> Release..

Also you need to make sure all added references copied to app folder by setting it in the properties window..


Thanks,
Ullas Krishnan
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900