使用ConnectionManager的cordova android应用程序中出错

使用ConnectionManager的cordova android应用程序中出错,cordova,android-connectivitymanager,Cordova,Android Connectivitymanager,嗨,科尔多瓦和安卓大师)我是“科尔多瓦开发”的新手。 我在cordova上构建了android应用程序。我的应用程序可以使用com.megster.cordova.FileChooser插件打开文件。但自8月份以来,该应用程序在选择和打开文件(android设备上FS中的文件存储)时出错。 在AndroidStudio的logcat中,我有以下警告: 2019-12-02 18:50:02.532 10395-10395/com.quaternity.offline W/cr_AwContent

嗨,科尔多瓦和安卓大师)我是“科尔多瓦开发”的新手。 我在cordova上构建了android应用程序。我的应用程序可以使用com.megster.cordova.FileChooser插件打开文件。但自8月份以来,该应用程序在选择和打开文件(android设备上FS中的文件存储)时出错。 在AndroidStudio的logcat中,我有以下警告:

2019-12-02 18:50:02.532 10395-10395/com.quaternity.offline W/cr_AwContents: WebView.destroy() called while WebView is still attached to window.
2019-12-02 18:50:02.617 10395-10395/com.quaternity.offline W/cr_AwContents: Application attempted to call on a destroyed WebView
    java.lang.Throwable
        at org.chromium.android_webview.AwContents.a(PG:355)
        at org.chromium.android_webview.AwContents.r(PG:636)
        at aIE.loadingStateChanged(PG:135)
        at android.os.MessageQueue.nativePollOnce(Native Method)
        at android.os.MessageQueue.next(MessageQueue.java:328)
        at android.os.Looper.loop(Looper.java:148)
        at android.app.ActivityThread.main(ActivityThread.java:6253)
        at java.lang.reflect.Method.invoke(Native Method)
        at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1063)
        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:924)
2019-12-02 18:50:02.633 10395-10479/com.quaternity.offline E/ConnectivityManager.CallbackHandler: callback not found for RELEASED message
我现在不知道该怎么办。我已经改变了cordova的版本,android平台的版本,也改变了其他的filechooser插件,但这没有帮助。 现在是我的cordova 8.1.2版,android 7.1.4版。有人有这样的问题吗