我是 android 开发的新手,目前似乎被卡住了。每当我在设备上编译和测试我的应用程序时,我都会收到一条致命错误消息:
=1: thread exiting with uncaught exception (group=0x4137d930)
12-10 22:07:28.423: E/AndroidRuntime(20961): FATAL EXCEPTION: main
12-10 22:07:28.423: E/AndroidRuntime(20961): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.hyperlocal.tradeit/com.hyperlocal.tradeit.MainActivity}: java.lang.ClassCastException: android.widget.RelativeLayout cannot be cast to android.support.v4.view.ViewPager
然后应用程序在启动画面后停止运行。
操作栏甚至不再出现在图形布局中,IDE 也找不到任何错误:/
任何帮助将不胜感激,谢谢!