Skip to content
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

Cordova Android build fails on dependencies #35

Open
ghenry22 opened this issue Oct 14, 2015 · 1 comment · May be fixed by #36
Open

Cordova Android build fails on dependencies #35

ghenry22 opened this issue Oct 14, 2015 · 1 comment · May be fixed by #36

Comments

@ghenry22
Copy link

Using the sampler app

add platforms for ios and android

add latest v1.6.0 connectsdk plugin

build for ios and everything works

build for android and I get the below error about unfound dependencies. android sdk manager lists 23.0.1 as the updated replacement for 22.2.1 so I can't actually find a way to install the old version.

No problem with any other plugins.

Perhaps connectsdk plugin just needs an up for the latest android sdk or needs to be change to accept equal or greater version rather than a specific verspion?

FAILURE: Build failed with an exception.

@ghenry22 ghenry22 linked a pull request Oct 15, 2015 that will close this issue
@ghenry22
Copy link
Author

I have submitted a pull request to fix the build dependencies to use the latest available dependency for the given API level.

It's a really small change and now the cordova sampler build properly for both android and ios for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant