laptop and a wrench

Error

Please enhance the ArcGIS for Android SDK template and samples v1.1.1 for Eclipse to include the configuration change of screen orientation in the Android manifest file, which can prevent an application crash when the screen of an Android device is rotated.

Última publicación: August 25, 2014 ArcGIS Runtime SDK for Android
Número de ID del error NIM081301
EnviadoMay 31, 2012
Última modificaciónJune 11, 2020
Relacionado conArcGIS Runtime SDK for Android
Versión encontrada1.1
Lenguaje del programaJava
Sistema operativoWindows
Versión de sistema operativoXP 64 Bit
EstadoIn Product Plan

Solución alternativa

1. Add android:configChanges="orientation" to the activity's manifest node in AndroidMainfest.xml. For example:<activity android:name=".RotateMapActivity"android:configChanges="orientation"android:label="@string/app_name">2. Override the onConfigurationChanged() method. For example:@Overridepublic void onConfigurationChanged(Configuration newConfig){super.onConfigurationChanged(newConfig);}

Pasos para reproducir

ID del error: NIM081301

Software:

  • ArcGIS Runtime SDK for Android

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga