Googleマップを使用するAndroidプロジェクトを行っています。私はそれをプロジェクトの開発に使ったので、アプリケーションは5.1.1 Androidバージョンを持っている私の携帯電話で完璧に動作していますが、同じアプリが他の携帯電話(6.0.0 Android)で動作していません。他の携帯電話では、Googleマップは更新されていません。 (現在の場所には行かない)。他の携帯電話でGoogleマップが更新されないのはなぜですか?StrictModeポリシー違反:StrictModeDiskReadViolation、WriteViolation in Android
これを促す。
12-13 08:25:55.796 11170-11170/com.example.mapspractice1 W/f: Suppressed StrictMode policy violation: StrictModeDiskReadViolation
12-13 08:25:55.796 11170-11170/com.example.mapspractice1 W/f: Suppressed StrictMode policy violation: StrictModeDiskWriteViolation
12-13 08:25:55.939 11170-11458/com.example.mapspractice1 W/DynamiteModule: Local module descriptor class for com.google.android.gms.googlecertificates not found.
12-13 08:25:55.949 11170-11458/com.example.mapspractice1 I/DynamiteModule: Considering local module com.google.android.gms.googlecertificates:0 and remote module com.google.android.gms.googlecertificates:2
12-13 08:25:55.949 11170-11458/com.example.mapspractice1 I/DynamiteModule: Selected remote version of com.google.android.gms.googlecertificates, version >= 2
12-13 08:25:59.044 11170-11209/com.example.mapspractice1 V/FA: Inactivity, disconnecting from the service
閉じる投票はなぜですか?この質問は明らかにプログラミングに関するものです。 – marmor