I searched stackoverflow for this, I found a similar problem with the correct answer, but I need help on making it right.
What I'm asking here is how can I use the jar file (instead of osmdroid source) and be able to change this constant to some other folder in my sdcard?
Thanks in advance!
Edit: If that's not possible, how can I use the source on my project? Thanks.
blackbelt suggestion:
checkout the source code and follow this guide: code.google.com/p/osmdroid/wiki/HowToEclipse
export that project as an java .jar and import it to your project!
Related
I have latest jar file of Acra-4.5.Orc-sources from this LINK all thing are completed but when i put it in lib folder and check to import not found anything but
when i extract jar file all file are there
can anyone help me.. why this occure ...
is anything i am do wrong
sorry for my bad ENGLISH. and Thanks in advance..
First it looks like you have included the ACRA source library not the ACRA lib itself.
Second, ACRA-4.6.2 has been released. Recommend you use that instead.
I tried the code which I found in this link-
how to convert images into video in android using javacv?
But I had a handful of error -
I have included opencv 2.4.6 -
Can anyone please help me resolve this problem...
Also If you know how to convert a set of images into a video using opencv please let me know how to do it.
It's not a problem with OpenCV, but with you project settings (generally). Here you will find lot of solutions, if you will still have problems give us more details.
I encountered this type of problem before. Don't forget to manually add the .jar files on your project's lib folder. Although it is not a requirement, I solved mine by doing so. Then import the .jar files and add it to your project's build path.
I have downloaded the android editions for the restlet api's and see org.restlet.jar in libs but when I look at code eamples from other people they reference org.restlet.android.jar. Where do i find this jar? Or is it not needed? Apparently I am missing something very basic here.
thanks
Anthony
You can find them packaged in the sample project found at the bottom of this page: http://wiki.restlet.org/docs_2.0/13-restlet/275-restlet/266-restlet/269-restlet.html
The org.restlet.android.jar is equivalent to the org.restlet.jar from the Android edition.
I have added jsoup.jar, but why I can't import org.jsoup.Jsoup:
I've literally been searching for the exact same answer to this question. While searching - and finding - your question I also found this answer: https://stackoverflow.com/a/3643015/1087283 I copy and pasted the example from: http://xjaphx.wordpress.com/2012/02/04/android-xml-adventure-parsing-html-using-jsoup/ and it worked like a charm. Hope this helps.
You can do this...
import org.jsoup.*;
and it will import the JSoup module...
I had the same problem, and I solved it. The problem is that you added the javadoc jar instead of the core jar. On the download section of Jsoup, you probably downloaded the jsoup-version-javadoc.jar instead of jsoup-version.jar.
I had the same list of on the Eclipse completation, but well, of course the core was not there. So, just download the .jar file of the core, and add it as you did before.
can some please help me. where can I download the "so" files related to andEngine ?
Thanks
-Chandu
You need to build them yourself. See /jni/build.bat and /jni/build.sh.
for individual andengine examples:
http://code.google.com/p/andengineexamples/source/browse/src/#src%2Forg%2Fanddev%2Fandengine%2Fexamples%253Fstate%253Dclosed
the jar is located here. right-click and choose "save as":
http://code.google.com/p/andengineexamples/source/browse/lib/andengine.jar