我想添加一个新的控件 <TextView android:id="@+id/textView1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_below="@+id/textView3" android:text="@string/message" />已经在string文件中添加了声明:<string name="app_name">StringText</string> <string name="hello_world">Hello world!</string> <string name="action_settings">Settings</string> <string name="message">12334</string>但还是提示错误:[I18N] Hardcoded string "TextView", should use @string resource这个问题怎么解决呢???
添加回答
举报
0/150
提交
取消