Skip to content Skip to sidebar Skip to footer

How To Import Ormlite Into My Android Project?

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

Solution 1:

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.

Solution 2:

enter image description here

  1. Download the jars
  2. Put it in your libs folder in project
  3. add jar to class path.
  4. Right Click on your project -> Build path -> Confiugre build path
  5. Select libraries -> add Jar, then choose jar from your libs.

Post a Comment for "How To Import Ormlite Into My Android Project?"