我正在使用 eclipse 并且R.java
没有生成文件。我从其他讨论中了解到,由于布局内容不正确,这可能是一个问题。这是我的 SDK 生成的布局文件。我不确定错误是什么。
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity" >
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:text="@string/first_android_app" />
</RelativeLayout>