问题
The guide written here only says which files I need for installing ORMLite:
http://ormlite.com/docs/getting-started
But I don't see an explanation of how exactly I have to import these files into my project and where, and how to set the "classpath"?
回答1:

- Download the jars
- Put it in your libs folder in project
- add jar to class path.
- Right Click on your project -> Build path -> Confiugre build path
- Select libraries -> add Jar, then choose jar from your libs.
回答2:
With the newest versions of ADT in Eclipse, this should be done automatically, you just need to drop the .jar into the libs folder, and it will be automatically added to the build path.
来源:https://stackoverflow.com/questions/14206957/how-to-import-ormlite-into-my-android-project