while setting the content view I have got this exception. I have already tried to handle this exception by:
try{
setContentView(R.layout.activity_main);
}catch (OutOfMemoryError e) {
e.printStackTrace();
}
This exception came 5 out of 100 time approx while testing. but I am unable to resolve this issue. Or otherwise my QA team will kill me on this :(