cordova-android-chromeview
cordova-android-chromeview copied to clipboard
Can't build jar
I'm following instruction from section "Building without the Tooling" and I'm getting this: http://pastebin.com/CYrfq7i6
How to provide missing dependencies? I'm not familiar with Ant
Im having the same issue is there another way to build the jar?
At the moment it's only possible to build using Eclipse. I will update the ant script to support the additional dependencies.
hi @thedracle when i open it in eclipse i cant compile due to missing ChromeJavascriptInterface i have tryed adding chromeview as a library but that hasn't worked, sorry for the noobish questions im pretty new to compiling android apps.
Hi @thedracle, i think i have got it working by adding import us.costan.chrome.ChromeJavascriptInterface; to ExposedJSAPI.java and then recreating my application using bin\create (well this now gives me cordova-dev.jar in the libs dir which i didn't get before)