I have an application of which i have two codes, one the latest one and the other is old one. i am merging my latest code with old one using DiffMerge utility. When I run the app on emulator after merging it runs fine but crashes on the device at the very first activity. the LogCat shows me the following:
I am Just showing the exception that is thrown when i run the app from Eclipse on my device.
06-29 10:34:09.554: WARN/System.err(1296): java.lang.RuntimeException: native typeface cannot be made
any help please.