ListView listAlunos = findViewById(activity_main_alunos);
Unexpected implicit cast to ListView: layout tag was LinearLayout
ListView listAlunos = findViewById(activity_main_alunos);
Unexpected implicit cast to ListView: layout tag was LinearLayout
Eu estava tendo o mesmo erro. Não consegui achar uma solução sólida, mas recomendo baixar o arquivo do instrutor. Parece que o nosso projeto não está reconhecendo a biblioteca
import android.widget.ListView;
Show, Obrigado.
Vou tentar