Android Question force close in a released app

BerlinCoder

Member
Licensed User
Hi,
I could successfully create my app. It works fine in debug mode. But, when I release and install it. I face with a force close error in the loading of one important layout.
I can not find the problem of that layout. It seems everything is alright with the layout in debug mode. How can I find the real problem here?!!!!
 

DonManfred

Expert
Licensed User
Longtime User
Use usbdebugging and compile your app in release mode. Check the log!
Without knowing the complete error we cant help..
 
Upvote 0
Top