Cordova File plugin never becomes ready in Android

前端 未结 3 1839
花落未央
花落未央 2021-01-06 01:05

I have a dead simple Cordova app with a single plugin: org.apache.cordova.file.

When I emulate the app in an android emulator, the deviceready event is

3条回答
  •  温柔的废话
    2021-01-06 01:36

    I ran into the same issue.

    What worked for me was using a different version of the File plugin found here: https://github.com/onflapp/cordova-plugin-file

    Related topic: Android - Cordova 3.5.0 deviceready not firing after installing media plugin

提交回复
热议问题