Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 616 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 616 Bytes

Sample Android application featuring Apache Olingo 4.0 client library

How to test

  1. download Android SDK and unpack somewhere
  2. git clone https://github.com/Tirasa/olingoClientOnAndroidSample.git
  3. cd olingoClientOnAndroidSample
  4. change the value of android.sdk.path property in pom.xml
  5. build and deploy
  6. mvn clean package if you want to manually deploy target/olingo4-android-sample.apk to any device
  7. mvn clean package android:deploy android:run to automatically deploy and launch on all attached devices