My APP application is using Google Map v2, but after the Google play service was updated on May 10, 2018, my MapView cannot be initialized. The interface always displays "Google play services are updating". The monitoring log finds that the local authentication file has denied access. What should I do with this situation?
My phone is: Huawei Mate10pro and Huawei P10
The version number of the updated Google play service is: 12.6.73
The compile version of Google play service in my APP source code is: 10.2.1
Below is the background monitoring log I intercepted:
"E/ChimeraCfgMgr: Failed to read module config: java.io.FileNotFoundException: /data/user_de/0/com.google.android.gms/app_chimera/current_config.fb (Permission denied)
W/DynamiteUtils: Failed to load module: java.io.FileNotFoundException: /data/user_de/0/com.google.android.gms/app_chimera/current_config.fb (Permission denied)
W/DynamiteUtils: Attempt 1 failed.
E/ChimeraCfgMgr: Failed to read module config: java.io.FileNotFoundException: /data/user_de/0/com.google.android.gms/app_chimera/current_config.fb (Permission denied)
W/DynamiteUtils: Failed to load module: java.io.FileNotFoundException: /data/user_de/0/com.google.android.gms/app_chimera/current_config.fb (Permission denied)
W/DynamiteUtils: Attempt 2 failed.
E/ChimeraCfgMgr: Failed to read module config: java.io.FileNotFoundException: /data/user_de/0/com.google.android.gms/app_chimera/current_config.fb (Permission denied)
W/DynamiteUtils: Failed to load module: java.io.FileNotFoundException: /data/user_de/0/com.google.android.gms/app_chimera/current_config.fb (Permission denied)
W/DynamiteUtils: Attempt 3 failed.
W/DynamiteUtils: Client module failure code: 10
”