按着教程写,出现了container cannot be resolved or is not a field问题,求解决
找了好久了,不知道是什么问题?
找了好久了,不知道是什么问题?
2014-12-15
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/container"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" >
<ProgressBar android:id="@+id/progressbar"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</LinearLayout>
我之前也是复制的代码,但总是出错,后来我再我复制的代码上添加上第三行就好了
第三行是原来的container的地址,应当都一样的,
希望对你有用
举报