laptop and a wrench

Bug

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.

Zuletzt veröffentlicht: August 25, 2014 ArcGIS Runtime SDK for Android
Bug-ID-Nummer NIM081301
EingereichtMay 31, 2012
Zuletzt geändertJune 11, 2020
Gilt fürArcGIS Runtime SDK for Android
Gefunden in Version1.1
ProgrammspracheJava
BetriebssystemWindows
BetriebssystemversionXP 64 Bit
StatusIn Product Plan

Workaround

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

Schritte zur Reproduzierung

Bug-ID: NIM081301

Software:

  • ArcGIS Runtime SDK for Android

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln