cordova-android-chromeview icon indicating copy to clipboard operation
cordova-android-chromeview copied to clipboard

Can't build jar

Open czajah opened this issue 11 years ago • 4 comments

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

czajah avatar Aug 29 '13 23:08 czajah

Im having the same issue is there another way to build the jar?

albi90 avatar Aug 31 '13 11:08 albi90

At the moment it's only possible to build using Eclipse. I will update the ant script to support the additional dependencies.

thedracle avatar Aug 31 '13 18:08 thedracle

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. capture

albi90 avatar Aug 31 '13 23:08 albi90

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)

albi90 avatar Sep 01 '13 05:09 albi90