You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "jcesarmobile (JIRA)" <ji...@apache.org> on 2018/01/13 00:10:00 UTC

[jira] [Closed] (CB-13778) file plugin not loading on android

     [ https://issues.apache.org/jira/browse/CB-13778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

jcesarmobile closed CB-13778.
-----------------------------
    Resolution: Cannot Reproduce

Sorry but I can't reproduce this on a regular Cordova project, so it's probably related to Phonegap Build. Contact them if they offer some support or write on the forum (https://forums.adobe.com/community/phonegap/build)

Also, Phonegap build doesn't offer cordova-android 7 yet, they just updated to the cli to 7.1.0, which uses cordova-android 6.3.0. 

> file plugin not loading on android
> ----------------------------------
>
>                 Key: CB-13778
>                 URL: https://issues.apache.org/jira/browse/CB-13778
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-plugin-file
>    Affects Versions: cordova-android-7.0.0
>         Environment: {
>     "name": "helloworld",
>     "displayName": "HelloCordova",
>     "version": "1.0.0",
>     "description": "A sample Apache Cordova application that responds to the deviceready event.",
>     "main": "index.js",
>     "scripts": {
>         "test": "echo \"Error: no test specified\" && exit 1"
>     },
>     "author": "Apache Cordova Team",
>     "license": "Apache-2.0",
>     "dependencies": {
>         "cordova-android": "^7.0.0",
>         "cordova-browser": "^5.0.3",
>         "cordova-plugin-file": "^6.0.1",
>         "cordova-plugin-whitelist": "^1.3.3"
>     },
>     "cordova": {
>         "plugins": {
>             "cordova-plugin-file": {},
>             "cordova-plugin-whitelist": {}
>         },
>         "platforms": [
>             "android",
>             "browser"
>         ]
>     }
> }
>            Reporter: Julien Garand
>            Priority: Blocker
>
> Just created a helloworld application and adding file plugin. Then built android apk using build.phonegap.com services
> cordova.file is undefined, even after deviceready event…



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org