java - I get an error when I try to finish an arguement in Android Studio -
When I try to debug an app then gives me an error while describing the expression of the candidates
Click on the
There is a comma at the end of your line:
< Code> New Contact (........., String.valueOf (addressTxt.getText ()),); ^
You have to remove it
Comments
Post a Comment