我花了一整天的时间试图找到问题,但我没有找到解决办法。我需要你的所有帮助!
<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<solid android:color="#000" />
</shape>
我把这条路叫做
<Button
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="New Button"
android:id="@+id/button"
android:layout_gravity="center_horizontal"
android:background="@drawable/shape_button" />
错误:
渲染问题java. lang.NullPointerException
问题出在Drawable文件中,在Android Studio中出现类似和xml,而在资源管理器中没有,只需使用正确的扩展名重命名文件。(*. xml)