Skip to content

Installation Instructions

pfives edited this page Mar 9, 2013 · 5 revisions

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