xml - Open quote is expected for attribute "android:id" associated with an element type "EditText" -


This is the first time I try to write for the app and I have seen this problem which is more people, but I can not find the answer. It is considered "wrong type", but there is no one in it. Also, all the text boxes are written evenly, but only the first thing has happened. I tried to switch them but only before Only it was received.

  & lt; XML version = "1.0" encoding = "utf-8">    EditText android: id = @ + id / editText2 Android: layout_width = "Wrap_content" android: layout_height = "wrap_content" android: EMS = "10" Android: inputType = "numberSigned" Android: width = "1DP" & gt; & Lt; RequestFocus / & gt; & Lt; / Edittext & gt; & Lt; Edit text Android: id = @ + id / edittext3android: layout_width = "wra p_content" android: layout_height = "wrap_content" android: EMS = "10" Android: inputType = "numberSigned" Android: width = "1DP" & Gt; & Lt; Requestfocus / & gt; & Lt; / EditText> & Lt; EditText: Android: id = @ id / editText4 Android: layout_width = "wrap_content" android: layout_height = "wrap_content" android: EMS = "10" Android: inputType = "numberSigned" Android: width = "1DP" & gt; & Lt; Requestfocus / & gt; & Lt; / EditText> & Lt; Android: id = "@ + id / Button1" Android: layout_width = "wrap_content" android: layout_height = "wrap_content" android: text = "Determinar" Android: onClick = "determinar" /> & Lt; / LinearLayout & gt; Thanks for your time !!    

"itemprop =" text ">

error is not there only, but also through layouts

You must surround @ + id / yourid

i.e.

  android: id = "@ + id / editText3"    

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -