我正在尝试在名为Opciones的类的AsyncTask中获取上下文(该类是调用该任务的唯一类),但是我不知道该怎么做,我看到了一些类似这样的代码:
protected void onPostExecute(Long result) {
Toast.makeText(Opciones.this,"Subiendo la foto. ¡Tras ser moderada empezara a ser votada!: ", Toast.LENGTH_LONG).show();
}
但这对我不起作用,它说: "No enclosing instance of the type Opciones in scope"
AsyncTask