使用HoloEveryWhere和RoboGuiuce活动

时间:2013-09-16 12:27:54

标签: android roboguice android-holo-everywhere

我导入HoloEveryWhereHoloEverywhere Addon Roboguice然后我将HoloEveryWhere添加到HoloEverywhere Addon Roboguice并且每件事情都没有错误。在我的项目中我添加了HoloEverywhere Addon Roboguice。现在,如果我想制作Activity我应该扩展什么活动?我试过了

public class HomeActivity extends IAddonActivity{

...
..
..
}

我得到了ClassCastException

full stackTrace

09-16 14:54:11.324: E/AndroidRuntime(16138): FATAL EXCEPTION: main
09-16 14:54:11.324: E/AndroidRuntime(16138): java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.example.testingroboguicewithholoeverywhere/com.example.testingroboguicewithholoeverywhere.BaseActivity}: java.lang.ClassCastException: com.example.testingroboguicewithholoeverywhere.BaseActivity cannot be cast to android.app.Activity
09-16 14:54:11.324: E/AndroidRuntime(16138):    at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2137)
09-16 14:54:11.324: E/AndroidRuntime(16138):    at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2261)
09-16 14:54:11.324: E/AndroidRuntime(16138):    at android.app.ActivityThread.access$600(ActivityThread.java:141)
09-16 14:54:11.324: E/AndroidRuntime(16138):    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1256)
09-16 14:54:11.324: E/AndroidRuntime(16138):    at android.os.Handler.dispatchMessage(Handler.java:99)
09-16 14:54:11.324: E/AndroidRuntime(16138):    at android.os.Looper.loop(Looper.java:137)
09-16 14:54:11.324: E/AndroidRuntime(16138):    at android.app.ActivityThread.main(ActivityThread.java:5103)
09-16 14:54:11.324: E/AndroidRuntime(16138):    at java.lang.reflect.Method.invokeNative(Native Method)
09-16 14:54:11.324: E/AndroidRuntime(16138):    at java.lang.reflect.Method.invoke(Method.java:525)
09-16 14:54:11.324: E/AndroidRuntime(16138):    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
09-16 14:54:11.324: E/AndroidRuntime(16138):    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
09-16 14:54:11.324: E/AndroidRuntime(16138):    at dalvik.system.NativeStart.main(Native Method)
09-16 14:54:11.324: E/AndroidRuntime(16138): Caused by: java.lang.ClassCastException: com.example.testingroboguicewithholoeverywhere.BaseActivity cannot be cast to android.app.Activity
09-16 14:54:11.324: E/AndroidRuntime(16138):    at android.app.Instrumentation.newActivity(Instrumentation.java:1061)
09-16 14:54:11.324: E/AndroidRuntime(16138):    at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2128)
09-16 14:54:11.324: E/AndroidRuntime(16138):    ... 11 more

class我应该扩展为Activity

可以同时使用HoloEveryWhereRoboGuice

0 个答案:

没有答案