I have created an attendance taking application which perfectly runs on my android 2.2 targeted emulator but when i run it on a android 4.0 emulator it force closes as shown below:
but as you can see it shows the login page in background but closes.
Here's the complete logcat:
03-25 16:17:21.797: D/gralloc_goldfish(634): Emulator without GPU emulation detected.
03-25 16:17:25.817: W/dalvikvm(634): threadid=11: thread exiting with uncaught exception (group=0x409961f8)
03-25 16:17:25.817: E/AndroidRuntime(634): FATAL EXCEPTION: Thread-84
03-25 16:17:25.817: E/AndroidRuntime(634): java.lang.UnsupportedOperationException
03-25 16:17:25.817: E/AndroidRuntime(634): at java.lang.Thread.stop(Thread.java:1076)
03-25 16:17:25.817: E/AndroidRuntime(634): at java.lang.Thread.stop(Thread.java:1063)
03-25 16:17:25.817: E/AndroidRuntime(634): at com.shubh.univattendance.SplashScreen$1.run(SplashScreen.java:38)
03-25 16:17:27.667: W/TextLayoutCache(634): computeValuesWithHarfbuzz -- need to force to single run
W/TextLayoutCache(798): computeValuesWithHarfbuzz -- need to force to single run
To see my codes here's my github directory Click here
Please any suggestion is warmly welcome..Thanks in advance:)