Skip to main content
Version: 8.1

Debug Mobile Creatio

Level: intermediate

You can debug Mobile Creatio app in the following ways:

  • using a mobile device
  • using the mobile app emulator created in Android Studio

Debug Mobile Creatio using a mobile device

  1. Receive an *.apk file for debugging. To do this, contact Creatio support (support@creatio.com).

  2. Install the Mobile Creatio on your mobile device.

  3. Run the app on the mobile device.

  4. Connect the mobile device to your PC via USB.

  5. Open Google Chrome on the PC.

  6. Open the Inspect with Chrome Developer Tools tab. To do this, enter the URL below in the browser address bar.

    URL that opens the list of connected devices
    chrome://inspect/#devices

    This opens the Devices tab that contains the list of connected devices. The link to Mobile Creatio is com.creatio.mobileapp.

  7. Display the connected device (optional).

    If the connected device is missing from the Devices tab, check the device authorization. To do this:

    1. Download Android Debug Bridge (adb). Download

    2. Open the command line.

    3. Go to the directory that contains the adb.exe file. To do this, run the command below.

      cd [Path to the directory that contains the adb.exe file]
    4. Open the list of connected devices. To do this, run the command below.

      adb.exe devices
    5. If you see unauthorized status for the mobile device, authorize the device.

      1. Disconnect the USB cable.
      2. Revoke USB debugging permissions on your device.
      3. Reconnect the USB cable.
      4. Set Trust this computer? to “Yes.”
  8. Click the inspect link under the link to Mobile Creatio. This opens an app debugging window.

  9. Open the Sources tab.

  10. Debug Mobile Creatio. Most of the classes are in the android_asset/www/js/terrasoft-all-combined.js file.

Debug Mobile Creatio using the mobile app emulator created in Android Studio

  1. Set up the mobile app emulator using Android Studio. Instructions: Set up the mobile app emulator.
  2. Repeat steps 5–10 of the procedure to debug Mobile Creatio using a mobile device. Read more >>>

See also

Set up the mobile app emulator