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);
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);
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