Including the library in Android Studio

  1. use the “Import Module…” function to include the mybees SDK
    Schermata 2015-09-22 alle 10.40.05
  2. After you’ve imported the module click on “Open Module Settings” and add dependencies from this module.
  3. Now in build.gradle add this dependencies:
    Array
  4. Open your strings.xml file. Example path: /app/src/main/res/values/strings.xml.
  5. Add a new string with the name microbees_clinet_id and value as your MicroBees Client ID

  6. In your Manifest.xml add:
    Permission:
    Array
    Meta data:
    Array