2
Guys, in the course I do Android he works on the platform Eclipse(Old version) and I in the latest version, when the teacher uses the command: android.id
in it’s all right, but if I type this line there is an error, I have to use the android:id
for the command to work, someone can explain to me?
And when he type for ex: android:id="@+calcular/botao1
error in my line, but not in his, but if I type android:id="@+id/botao1
Yes I can compile.
Somebody help me by doing me a favor Thank you!
What error shows @Daniloalbergardi
– Wellington Avelino
As soon as I get home I made the mistake
– DaniloAlbergardi
android:id="@+id/linhameta"
example taken from a layout of mine, can explain what this isandroid:id="@+calcular/botao1
calular?– Wellington Avelino
if I write calculate(or any other word) instead of error id
– DaniloAlbergardi
I could understand, thank you for your attention!
– DaniloAlbergardi
What is the version of the Android API he is using and what is his?
– Jorge B.