-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build Error: Unable to resolve project target 'Google Inc.:GoogleAPIs:19' #9
Comments
Any possible update on this problem? |
Hello alastairparagas You need to install Google Api level 19, please read the following page to know more: Cheers |
I already have API level 19 as stated on my first issue post and can compile/run my Cordova Files just fine. However, this error is still up. |
Make sure you are using the latest cli version because the problem related to the path "android.library.reference.1" was solved some weeks ago. $ npm uninstall -g cocoonjs Then try again |
Will give it a try tonight, though I npm installed cocoonjs just this past Sunday. |
Weird problems. When I run Cordova (through Ionic), I get no error compilation, and a proof that Cordova is detecting that I have Android API 19.
However, when I try to run
|
I tried making a new project starting completely from scratch to try to isolate the problem, and the same error comes up when trying to add the Webview+ plugin.
|
Any possible solutions? |
I guess there are no solutions. For anyone who stumble upon the same problem but want an alternative, Crosswalk is also another alternative. https://crosswalk-project.org/ |
Hey @alastairparagas, I ran the commands based on your last example and it installed without issue. This is on a Windows 8.1 machine. I'll paste in the command log in hopes that it might shed some light. I think the cocoonjs webview+ is actually partially based on crosswalk. It might also help to mention that I think I'm using build tools 20.
Can you verify which version of Cordova you have install by running
|
Hei @alastairparagas do you have latest build tools installed? Here's working with no issues. windows 7 with a fresh install of:
|
Hi @alastairparagas, we were able to reproduce your error.
|
@ludei Thank you for the solution. I'll try it tonight and get back to you if the solution did work. |
Hi @alastairparagas, did you manage to compile your project with the WebView+ plugin? |
@c-andrews I have not actually done it because College and general business. I will try to do it this weekend. |
I'm getting this error too now. I'm getting BUILD FAILED When I try to install using cocoonjs plugin add com.ludei.webview.plus -d - I've tried to fix the string in project.properties, but it keeps downloading the plugin again. As such I've just ran "ant release -buildfile /Users/tobiasgreen/flowyfree/plugins/com.ludei.webview.plus/android/build.xml" However - the plugin doesn't seem to be installed properly - am I missing any steps? |
Just to say I've tried a few things but still had no luck. I've cloned the directory, amended the dodgy file, then tried to install the plugin locally using
but no luck either.. doesn't seem to run the hooks in the after_plugin_add at all, and I can't seem to get them to run manually |
Hi @alastairparagas, i've the same problem but with ionic. |
@IsmaBit Ionic now supports simple Crosswalk integration using the command line (with their latest CLI version), so I've somewhat stepped out of cocoonjs. Will see if I see anything to note. |
@ludei Any updates on this problem? |
When I try to run my project, this error comes up:
Before trying to run/build the project, I had an error on adding the Webview+ plugin, but I was able to resolve it by injecting this property to my project.properties file
android.library.reference.1=..\\..\\..\\plugins\\com.ludei.webview.plus\\android
and running the -d flag.I have Android API 19, currently implementing this on an Ionic Framework project. I would love to implement Webview+ to provide consistent performance across the future user-base of the app I am building, but cannot get it to run with this error at hand.
The text was updated successfully, but these errors were encountered: