02-28 01:49:27.741: E/AndroidRuntime(23024): FATAL EXCEPTION: main 02-28 01:49:27.741: E/AndroidRuntime(23024): java.lang.RuntimeException: Unable to instantiate
You do have a package mismatch error, it needs to be:
package="com.haber29.android.reader"
Since reader is the next subpackage and this is the subpackage that contains the Activities.
reader
And don't forget, you can specify the fully qualified name for each Activity, to prevent confusion: