Closed kepi closed 13 years ago
It seems here is solution: http://stackoverflow.com/questions/5652884/building-android-projects-that-reference-library-projects-with-ant
Looks like instead of update lib-project
you have to call update project
. I'm leaving issue open as it is probably good idea to update README with this. Thanks.
Thanks for this. What happens when you use the -p, -l and -t options (see "Project actions and options" section in [1])?
[1] http://developer.android.com/guide/developing/tools/android.html
-p -l and -t for project-update is IMHO only shrotcut to --path --library and --target as I used it. anyway android update-lib-project as mentioned on the page you referenced isn't available.
Correct way for SDK tools above revision 10 is probably:
android update project \
--target <target_ID> \
--path path/to/your/project \
--library path/to/android-rss
Thanks. This has been fixed now.
https://github.com/ahorn/android-rss/commit/3910aec5c983da1cdac97d096772c36ad66c3f17
Thank you very much. You save my time
Hi, I just want to try your library and it seems I'm not able to install it. It gives me error:
I just today upgraded SDK Tools to revision 12. Maybe this is source of problem.
android -h update lib-project gives me:
Thanks for help