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