Toast.makeText(context: this, text: "Nome Qualquer", Toast.LENGHT_LONG).show(); ---- apresenta seguinte erro: error cannot find symbol variable context e com text também, como posso solucionar esse erro.
Grato!
Toast.makeText(context: this, text: "Nome Qualquer", Toast.LENGHT_LONG).show(); ---- apresenta seguinte erro: error cannot find symbol variable context e com text também, como posso solucionar esse erro.
Grato!
Para resolver não digitei context, somente coloquei o this e abrir e fechei "" ele trouxe o contex e text corretamente.
Reparei que houve um typo:
Toast.LENGHT_LONG
Deveria ser
Toast.LENGTH_LONG