Android SchedPolicy:set\u Timer缺少写入失败:不允许操作

Android SchedPolicy:set\u Timer缺少写入失败:不允许操作,android,google-maps,Android,Google Maps,当我运行android应用程序时,我在Logcat中遇到了这个问题。有人知道这个问题以及如何解决它吗 依赖项包括: implementation 'com.android.support:appcompat-v7:25.3.0' implementation 'com.android.support.constraint:constraint-layout:1.0.2' implementation 'com.android.support:design:25.3.0'

当我运行android应用程序时,我在Logcat中遇到了这个问题。有人知道这个问题以及如何解决它吗

依赖项包括:

    implementation 'com.android.support:appcompat-v7:25.3.0'
    implementation 'com.android.support.constraint:constraint-layout:1.0.2'
    implementation 'com.android.support:design:25.3.0'
    implementation 'com.android.support:cardview-v7:25.3.0'
    implementation 'com.android.volley:volley:1.0.0'
    implementation 'com.github.bumptech.glide:glide:3.7.0'
    implementation 'com.google.android.gms:play-services-maps:15.0.1'  
    implementation 'com.google.android.gms:play-services-location:15.0.1'
    implementation 'com.google.android.gms:play-services-places:15.0.1'
    implementation 'com.android.support:support-v4:25.3.0'
    implementation 'de.hdodenhof:circleimageview:2.1.0'
    implementation 'me.zhanghai.android.materialratingbar:library:1.0.2'
    implementation 'junit:junit:4.12'

我不确定确切的解决方案,但我通过避免使用地图对话解决了同样的问题。尤其是当我们在地图制作动画或绘制标记/多段线时显示对话框时。

我不确定确切的解决方案,但我通过避免使用地图对话框解决了相同的问题,或者通过在系统中打开GPS解决了此问题

你在这个问题上找到什么了吗?没有。@ranaranvijaysingh你有没有尝试过这个可能的重复我面临着同样的问题,我在这里找到了答案,答案在这里解释得很好有什么消息吗?我发现了同样的问题。我已经删除了对话框,现在它工作正常。