Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Cannot Reproduce
-
cordova-android-7.0.0
-
None
-
None
-
{
{ "test": "echo \"Error: no test specified\" && exit 1" }
"name": "helloworld",
"displayName": "HelloCordova",
"version": "1.0.0",
"description": "A sample Apache Cordova application that responds to the deviceready event.",
"main": "index.js",
"scripts":,
{ "cordova-android": "^7.0.0", "cordova-browser": "^5.0.3", "cordova-plugin-file": "^6.0.1", "cordova-plugin-whitelist": "^1.3.3" }
"author": "Apache Cordova Team",
"license": "Apache-2.0",
"dependencies":,
"cordova": {
"plugins": {
"cordova-plugin-file": {},
"cordova-plugin-whitelist": {}
},
"platforms": [
"android",
"browser"
]
}
}{ "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" ] } }
Description
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…