最佳答案
我试图在我的 AsyncTask 类 Opciones (这个类是唯一一个调用这个任务的类)中获取上下文,但是我不知道怎么做,我看到了一些像下面这样的代码:
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"