Referenced file contains errors (http://www.springframework.org/schema/mvc). For more information, right click on the message in the Problems View and select "Show Details..."
关于这个错误,导致的原因可能是
一种可能是
之前用的Spring版本,和现在用的不同
对于Eclipse编译器来说,会有个缓存,这样验证的时候他会告诉你版本不统一
Prefe...
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:background="@drawable/activitymain"
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout android:layout_width="match_parent" ...
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent">
<LinearLayout android:layo...