私は Android アプリで非常に長い間正常に使用RequestFactory
してきましたが、現在マップ v2 にアップグレードしようとすると、
<fragment
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/map"
android:layout_width="match_parent"
android:layout_height="match_parent"
class="com.google.android.gms.maps.SupportMapFragment" />
私の XML レイアウト ファイルで、次のエラーが表示されます。
01-25 08:08:41.978: E/AndroidRuntime(19854): java.lang.RuntimeException: Unable to resume activity{com.xx/com.xx.MyActivity}: java.lang.RuntimeException: The RequestFactory ValidationTool must be run for the com.xx.client.MyRequestFactory RequestFactory type
レイアウト XML ファイルからフラグメント コードを削除すると、すべて正常に動作します。
このフラグメントは RequestFactory の検証にどのように影響し、どのように修正できますか?
ありがとう。