Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经开始为 android 学习 XML 并遇到了一个相当早的错误。我在RelativeLayout 中创建一个EditText,很简单。我试图给 EditText 一个 id,但 Eclipse 一直给我这个错误。
错误:错误:资源类型不能是空字符串(在“id”处,值为“@+/newEdit”)。
这是activity_main.xml。这可能是一个简单的错误,我只是不确定出了什么问题,而且我在网上找不到太多帮助。
它必须是@+id/newEdit没有@+/newEdit
@+id/newEdit
@+/newEdit
android:id="@+id/thisViewId"
你不见了id
id