Wiki

Clone wiki

libNODE-android-public / Project Setup (Android Studio)

Android Studio Manual Import

  1. Download Api-Example Project
  2. Click "Download Repository"
  3. Extract "variabletech-libnode-android-public_.zip" to a local directory.
  4. Open Android Studio (If already open, "Import Project")
  5. Navigate using the browser to the extraction directory and click on "Api Example"
  6. The project will now be imported into Android Studio and ready for you to use.

##Android Studio Git Import

  1. Open Android Studio (If a porject is already open the select "VCS")
  2. Select "Check out from Version Control"
  3. Select "Git" Install Git*

  1. On the next screen, copy "https://bitbucket.org/variabletech/libnode-android-public" int the Git Repository URL.
  2. If needed, change the location where you want the repository created.
  3. Click "Clone"
  4. Click "No" when asked "Do you want to create a project". (This will close the dialog)
  5. Click "Import Project".
  6. Navigate to the recently cloned directory and select "api example" and click "OK"
  7. Change Radio Button to "Use customizable Gradle Wrapper" (if neccessary)

  1. The project will now be imported into Android Studio and ready for you to use.

Updated