Skip to content

Installation Instructions

pfives edited this page Mar 11, 2013 · 5 revisions

If you want to use AndrOAuth completely as is, the jar file is your best bet. Use the library project if you need to make changes to the code to fit your specific project.

Jar File

  1. Download the androauth.jar file
  2. Add the file to the libs directory of your Android project
  3. Navigate to your project's properties
  4. Select Java Build Path and then Libraries
  5. Add the jar file from the libs directory

Library Project

  1. Clone the AndrOAuth repository
  2. Build a new Android library project from existing source and point to the repository
  3. Navigate to your project's properties
  4. Select Android and reference the library project
Clone this wiki locally