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

Issue with SupportMapFragment #16

Open
psgganesh opened this issue Feb 23, 2014 · 7 comments
Open

Issue with SupportMapFragment #16

psgganesh opened this issue Feb 23, 2014 · 7 comments

Comments

@psgganesh
Copy link

Hi Priyaank, thanks for such a wonderful project, thank you for making it open, I am trying to install and configure it on my local. I am done with configuring catarava, ruby, nodejs and android sdk and adt. I have cloned up number picker and google play services into LibraryProjects and imported them to this project.

I have stumbled upon this last error. SupportMapFragment navigates me to configure build path. Any clues? Am not sure if you have encountered the same.

@priyaaank
Copy link
Owner

Hey @psgganesh, Thanks for checking out this project. I haven't looked at error by checking out this project again. However have you configured project to use Android support library?
http://developer.android.com/tools/support-library/index.html

If you can share what IDE is it that you are using and how you have configured project I might be able to help better.

@psgganesh
Copy link
Author

Perfect, that worked, i further added Rhino, js, jackson mapper; but am still stuck with one last error, which mentioned the following

The type org.codehaus.jackson.JsonParser cannot be resolved. It is indirectly referenced from required .class files

not sure how to go about it, any clues? am so excited to get this started :)

Added to this i use Eclipse IDE, Ubuntu 12.04

@psgganesh
Copy link
Author

Hi @priyaaank ; it was not possible, below is my project setup

image

Please let me know if more information is required; @priyaaank thanks again for taking your time helping all us out...

@priyaaank
Copy link
Owner

@psgganesh Hey, sorry I forgot to respond earlier.

So I looked back at the configuration and wanted to point out that Calatrava uses ivy for java dependency management. You can find the ivy file here[https://github.com/priyaaank/bloodtorrent/blob/master/droid/b/ivy/ivy.xml]

Running bootstrap rake tasks would typically pull down the dependencies as well. However in worst case you could run the ivy task directly and pull all the dependencies. This should pull four dependencies:

  • Rhino
  • Jackson
  • Android Support Lib
  • Common-Lang3

Once these dependencies are there, you should be able to build the app and get up and running. What are the commands you have run to set the project up. You would need to do at least the following:

  • bundle install
  • bundle exec rake bootstrap
  • bundle exec rake droid:deploy

If you get error on command line while building the app, I would recommend building the android app from eclipse. (or IntelliJ Idea). I can definitely help, if you have any more errors. Let me know.

@psgganesh
Copy link
Author

Tried everything again installed ruby and dependencies from scratch, i thought it would be done and i can close the issue... but looks like it's somehow still stuck... :(

@priyaaank
Copy link
Owner

When you have some time ping me on priyaaank @ gmail. Lets chat, I am happy to do a screen share and try to resolve your problem. I haven't set it up in a while on Ubuntu, but I would have assumed that it would be easy to setup.

@psgganesh
Copy link
Author

Yup sure, will buzz you once am online.. thank you for all the help...

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

No branches or pull requests

2 participants