Android新建项目中修改activity_main.xml生成R.java的问题
eclipse中新建了Android工程,activity_main.xml中的android:layout_width="wrap_content"android:la...
eclipse中新建了Android工程,
activity_main.xml中的
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/hello_world" />
改写成
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/hello_worlddddddd" />
后不能生成R.java
改回来又好了,怎么回事。要怎么改才能生成R.java? 展开
activity_main.xml中的
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/hello_world" />
改写成
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/hello_worlddddddd" />
后不能生成R.java
改回来又好了,怎么回事。要怎么改才能生成R.java? 展开
3个回答
展开全部
自动生成R文件解决方法:修改代码后,点击项目---清理,然后右键你程序的Android Tools----Fix project propeties一般就能解决。如果解决不了,建议升级eclipse版本,别用旧版本,用官网最新的,遇到问题再试试我这个步骤就没问题了。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你在res->values->strings.xml中还没有相应更改名称吧,试改一下,应该OK.
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询