the "- findViewById(R.id.signUpText)" getting error in android studio and the error message show below
Error Message:
Unexpected tokens (use ';' to separate expressions on the same line)
can you guys help me to solve this error?`
the "- findViewById(R.id.signUpText)" getting error in android studio and the error message show below
Error Message:
Unexpected tokens (use ';' to separate expressions on the same line)
can you guys help me to solve this error?`
Change - to =
example