-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Hi,
I have been having issues trying to add WebView+ to my Cordova project. I have run the add plugin in debug mode and get the following:
$ cocoonjs plugin add com.ludei.webview.plus -d
[CocoonJS] Executing command 'plugin add com.ludei.webview.plus -d'
[CocoonJS] Installing Webview+ in your Cordova Project.
[CocoonJS] Downloading Webview+...
Fetching plugin "com.ludei.webview.plus" via plugin registry
Installing "com.ludei.webview.plus" for android
[CocoonJS] Executing 'ant release -buildfile /Users/chris/Work/test_project/development/test/plugins/com.ludei.webview.plus/android/build.xml'
Buildfile: /Users/chris/Work/test_project/development/test/plugins/com.ludei.webview.plus/android/build.xml
BUILD FAILED
/Users/chris/Work/test_project/development/test/plugins/com.ludei.webview.plus/android/build.xml:90: Cannot find /Users/chris/Development/adt-bundle/sdk/platform-tools:/Users/chris/Development/adt-bundle/sdk/tools/ant/build.xml imported from /Users/chris/Work/test_project/development/test/plugins/com.ludei.webview.plus/android/build.xml
Am i missing something, the build.xml file is there but it is not finding it. My .bash_profile file looks like this:
export ANDROID_HOME=/Users/chris/Development/adt-bundle/sdk/platform-tools:/Users/chris/Development/adt-bundle/sdk/
export PATH=${PATH}:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools
Any help is very appreciated.
Thanks,
Chris