2

嗨cordova和android大师)我是“cordova开发”的新手。我在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平台的版本并更改了其他文件选择器插件,但这无济于事。现在我的科尔多瓦版本 8.1.2,安卓版本 7.1.4。有人遇到过这样的问题吗?

4

0 回答 0