I checkout code from svn and I resolved the run time issues and run the application. Then for me blank screen is coming for every first launch the app and for others it's not happening.
I added below line to fix runtime error
aaptOptions {
cruncherEnabled = false
}