Unable to instantiate activity ComponentInfo
I am developing an application for Froyo as minimum version and Gingerbread as the target version. So, the manifest shows: <uses-sdk android:minSdkVersion="8" android:targetSdkVersion="10"/> I have an emulator and a Nexus One with Gingerbread, and the application deploys and installs correctly. But when it starts, it crashes, and the error thrown in the log is: 09-18 06:35:11.240: ERROR/AndroidRuntime(382): FATAL EXCEPTION: main 09-18 06:35:11.240: ERROR/AndroidRuntime(382): java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.my.package/com.my.package.Dashboard}: java