This document describes how to add mPaaS components to a project using the Android Studio mPaaS plugin. The Scan component and the native AAR method are used as an example. If you use the component-based (Portal&Bundle) method, see Component-based integration process.
Procedure
Click mPaaS > Start Configuration.
In the window that appears, select the target module and check Code Scanner.
Click OK. The mPaaS plugin automatically deploys the component to the module. After the deployment is complete, you can call the component's features from this module. The mPaaS plugin adds the following information to the
build.gradlefile of the specified module:Baseline dependency information
Component dependency information
