laptop and a wrench

不具合

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.

最後に公開された状態: August 25, 2014 ArcGIS Runtime SDK for Android
不具合 ID 番号 NIM081301
送信されましたMay 31, 2012
最終更新日June 11, 2020
適用対象ArcGIS Runtime SDK for Android
見つかったバージョン1.1
プログラム言語Java
オペレーティング システムWindows
オペレーティング システムのバージョンXP 64 Bit
ステータスIn Product Plan

対処法

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

再現の手順

不具合 ID: NIM081301

ソフトウェア:

  • ArcGIS Runtime SDK for Android

バグのステータスが変更されたときに通知を受け取る

Esri Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動