All Products
Search
Document Center

Mobile Platform as a Service:Step 6 Add required components to the project

Last Updated:Jun 10, 2026

Use the mPaaS Android Studio plugin to add a component to a module and make its features callable from that module.

This procedure uses the Scan component (Code Scanner) and the native AAR integration method as an example. If you are using the component-based (Portal & Bundle) method, see Component-based integration process instead.

Procedure

  1. Click mPaaS > Start Configuration.

  2. In the window that appears, select the target module and select Code Scanner.

  3. Click OK. The mPaaS plugin deploys the component to the module automatically. When the deployment is complete, the plugin adds the following entries to the build.gradle file of the selected module:

    • Baseline dependency information

    • Component dependency information lQLPJxmZqrAh0D_NAqLNBEywqCdKOFvvtB0JTBNdbtiyAA_1100_674

    The component's features are now available to call from the selected module.