Eclipse Android不会生成R.java

时间:2013-03-21 18:16:56

标签: android r.java-file

这是我第一次开发android。我正在尝试在eclipse环境中开发,但我有一个问题。不生成类R.java。我已经尝试了所有功能,如功能清洁或刷新 - >清理,并重新安装eclipse。也许问题出在我的布局中:

我的布局:

<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"
    android:paddingBottom="@dimen/activity_vertical_margin"
    android:paddingLeft="@dimen/activity_horizontal_margin"
    android:paddingRight="@dimen/activity_horizontal_margin"
    android:paddingTop="@dimen/activity_vertical_margin"
    tools:context=".MainActivity" >

    <TextView
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="@string/hello_world" />

</RelativeLayout>

1 个答案:

答案 0 :(得分:0)

我认为你的意思是它没有被重新生成?这个问题在Eclipse中出现了很多。只需删除现有的R.java即可正确重新生成。

或者你是说你根本没有R.java?