此错误会在我的代码中不断弹出:
<resources
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<string name="app_name">Commen Games</string>
<string name="hello_world">Hello world!</string>
<string name="action_settings">Settings</string>
<color android:layout_width="wrap_content" />
<color android:layout_height="wrap_content" android:id="@+id/color1" />
<string name="action_settings" tools:ignore="DuplicateDefinition">TODO</string>
</resources>
答案 0 :(得分:0)
<color name="black">#000000</color>
是如何在values文件夹中的strings.xml中创建颜色的示例。然后,您可以使用&#34; @ color / black&#34;来引用xml布局中的颜色。你在这做什么是完全错误的。我建议你在android开发中做更多的教程。