While running the application on the emulator, I have got those errors. How can I solve it so that my program will be more reliable ?
error:
01-16 1
This has nothing to do with your application, it's just noise from the emulator. Check on a real device and you won't see this message anymore.
I was getting this log message when had an icon in /res/drawable. I moved it into /res/drawable-hdpi and deleted /res/drawable and the log message went away.
My emulator was in Airplane mode. When I turned that off and pressed "Open App Again", it somehow worked.