laptop and a wrench

Erro

KML Layers in ArcGIS Runtime SDK for Android 10.2.9 does not throw FileNotFoundException.

Última Publicação: November 27, 2017 ArcGIS Runtime SDK
Número de ID do Erro BUG-000108624
EnviadoOctober 9, 2017
Última ModificaçãoJune 5, 2024
Aplica-se àArcGIS Runtime SDK
Versão encontrada10.2.9
Sistema OperacionalAndroid
Versão do Sistema Operacional7.0x
StatusNon-Reproducible

Informações Adicionais

This is resolved in 100.x versions of ArcGIS Runtime.

Solução Provisória

Use the Android core File class to check if the kmlLayer exists or not and then proceed with creating the object of the KmlLayer.File file = new File(filePath);if (file.exists()) {KmlLayer kmlLayer = new KmlLayer(file.getPath());kmlLayer.getRootNodes();Toast.makeText(MainActivity.this, "Layer found", Toast.LENGTH_LONG).show();} else {Toast.makeText(MainActivity.this, "Layer not found", Toast.LENGTH_LONG).show();}

Etapas para Reproduzir

ID do Erro: BUG-000108624

Software:

  • ArcGIS Runtime SDK

Seja notificado quando o status de um erro mudar

Baixe o Aplicativo de Suporte da Esri

Descubra mais sobre este tema

Obtenha ajuda de especialistas do ArcGIS

Entre em contato com Suporte Técnico

Baixe o Aplicativo de Suporte da Esri

Ir para as opções de download