Solucionado (ver solução)
Solucionado
(ver solução)
1
resposta

Usando o emulador Genymotion não funciona o menu visualizar mapa.

MenuItem itemMapa = menu.add("Visualisar no mapa"); Intent intentMapa = new Intent(Intent.ACTION_VIEW); intentMapa.setData(Uri.parse("geo:0,0?q=" + aluno.getEndereco())); itemMapa.setIntent(intentMapa);

1 resposta
solução!

Resolvi. Tem que instalar o Google Play Service no Genymotion. Funcionou para api 23.

Basta pegar um pacote x86 + Android 6.0 (nano é bom) de OpenGApps e instalar por arrastar-e-soltando no emulador.

Mais detalhes: http://stackoverflow.com/questions/20121883/how-to-install-google-play-services-in-a-genymotion-vm-with-no-drag-and-drop-su