Once you have successfully created your SCiO Application framework in Android Studio, the SCiO API files must be imported into Android Studio to continue development.
To add the API files to the module dependencies in Android Studio:

  1. Select File > New > New Module to add a new module to your project.
  2. In the Create New Module dialog box select Import .JAR or .ARR Package.
  3. Select the SCiO API file to add to the project and click Finish.
  4. Right click on the module for your application, and choose Open Module Settings.
  5. In the Dependencies tab, click + to add a module dependency.
  6. Select the SCiO SDK AAR file.
  7. Click Apply.

Once you have successfully imported the Mobile API into Android Studio, the next task is to perform login.