KenDUemura / Metawear-AndroidAPI

Android API for MetaWear

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MetaWear Android API

Version

1.2

About

This project provides an Android API for interacting with the MetaWear board. For more information on MetaWear, check out the MbientLab product page: https://mbientlab.com/product/

Documentation

Documentation of the API and a "Getting Started" guide are available on the MbientLab web page: https://mbientlab.com/docs/

Build

The API was created with Android Developer Tools v22.6.2-1085508. It is targeted for Android 4.4.2 (API 19) SDK with Android 4.3 (API 18) as the minimum required SDK and requires a JDK compiler compliance level of 1.7. To build the library:

  1. Import the project into Eclipse
  2. Check that the JDK compiler compliance level is 1.7
    • This can be view and/or changed in the project properties menu, under the "Java Compiler" section
  3. Select Project -> Build Project from the top menu

The build will produce a jar file, metawearapi.jar, in the bin folder.

About

Android API for MetaWear

License:Other


Languages

Language:Java 100.0%