Andorid 프로젝트에서 다음 명령을 사용하여 whitelist plugin 을 추가한다.
----------------------------------------------------------------------------------------------
> cordova plugin add cordova-plugin-whitelist
Fetching plugin "cordova-plugin-whitelist" via npm
Installing "cordova-plugin-whitelist" for android
This plugin is only applicable for versions of cordova-android gr
eater than 4.0. If you have a previous platform version, you do *not* need this
plugin since the whitelist will be built in.
> cordova prepare
----------------------------------------------------------------------------------------------
만약 아래와 같은 라는 메시지가 출력되면 Android 프로젝트의 폴더 구조가 달라서 발생하는 에러이다.
www 폴더등을 지웠다면 폴더를 다시 생성해야 plugin 을 설치할 수 있다.
----------------------------------------------------------------------------------------------
> cordova plugin add cordova-plugin-whitelist
Current working directory is not a Cordova-based project.
----------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------
> cordova plugin add cordova-plugin-whitelist
Fetching plugin "cordova-plugin-whitelist" via npm
Installing "cordova-plugin-whitelist" for android
This plugin is only applicable for versions of cordova-android gr
eater than 4.0. If you have a previous platform version, you do *not* need this
plugin since the whitelist will be built in.
> cordova prepare
----------------------------------------------------------------------------------------------
만약 아래와 같은 라는 메시지가 출력되면 Android 프로젝트의 폴더 구조가 달라서 발생하는 에러이다.
www 폴더등을 지웠다면 폴더를 다시 생성해야 plugin 을 설치할 수 있다.
----------------------------------------------------------------------------------------------
> cordova plugin add cordova-plugin-whitelist
Current working directory is not a Cordova-based project.
----------------------------------------------------------------------------------------------