0
when I will generate in codorva the android platform, it starts to install the plugins, but in Whitelist it occurs the following error?
Installing "cordova-plugin-whitelist" for android
This plugin is only applicable for versions of cordova-android greater than 4.0. If you have a previous platform version, you do *not* need this plugin since the whitelist will be built in.
**Error: Path must be a string. Received undefined.**
Why does this happen? How can I heal?
You need to update the Cordova for version 4.0 or to a version superior to it.
– NoobSaibot
C: projects first>Cordova Platform version android Installed Platforms: Available Platforms: android ~6.3.0 blackberry10 ~3.8.0 (deprecated) browser ~5.0.0 Ios ~4.5.1 osx ~4.0.1 Ubuntu ~4.3.4 (deprecated) webos ~3.7.0 windows ~5.0.0 www 3.12.0 C: projects first>Cordova -v 7.1.0
– Morvy
is in version 7.1.0. and codorva-android 6.3.0
– Morvy
For which version of Android you are using this plugin?
– NoobSaibot
<preference name="android-minSdkVersion" value="16" /> <preference name="android-targetSdkVersion" value="23" />
– Morvy
I realized that my error is in some path here, I am looking and found no errors in the environment variables.
– Morvy
Is using some Framework ?? Ionic ?
– NoobSaibot
no, no more plugin I just exported from intel xdk, did what I had to do, but now does not compile
– Morvy
@Morvy could put here where you found this path that you managed to fix the problem?
– michaelhsilva9944