0
You just need to add your View before findViewById
Button login = (Button)view.findViewById(R.id.enviar);
0
1
You just need to add your View before findViewById
Button login = (Button)view.findViewById(R.id.enviar);
It has nothing to do with the error presented but I think you’re right, that’s really the problem.
Browser other questions tagged android
You are not signed in. Login or sign up in order to post.
To assign your
context
would be this way:context = Solicitacoes.this
!– Igor Mello
Solicitations is a Fragment?
– ramaral
was in Fragment.. then I put in Activity, I managed to run without bugs, however it is not sending email
– Carlos Diego