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