Set up the mobile app emulator
The Mobile Creatio is a hybrid app (i. e., a mobile app packaged in a native UI). Learn more: Mobile app basics.
Mobile app debugging is verification that the custom functionality of the Mobile Creatio works as expected.
Keep in mind the following limitations when you create an emulator using Android Studio:
- You can only run the emulator created in Android Studio on a CPU that supports Intel Virtualization Technology (VT-x). VT-x technology can be disabled by default. Contact the system administrator to enable it. Learn more: Wikipedia.
- You cannot run the emulator created in Android Studio on a virtual machine.
1. Create the mobile app emulator
-
Download and install Android Studio. Download.
-
Set up Android Studio.
-
Select the Custom setup type → click Next.
-
Install the latest version of Android SDK. To do this, select the Android SDK Platform checkbox → click Next.
-
Verify the settings → click Next.
-
Sign the License agreement. To do this, read the agreement → select the Accept checkbox → click Finish. The installation of chosen components might take some time.
-
Click Finish. This opens the Welcome to Android Studio window.
-
-
Receive an
app-debug.apk
file of the Mobile Creatio app to debug. To do this, contact Creatio support (support@creatio.com
). -
Create a project.
- Open the Projects tab.
- Download the
app-debug.apk
file. To do this, click More Actions → Profile or Debug APK → select theapp-debug.apk
file → OK. The project creation might take some time.
-
Create an emulator. To do this, go to the Android Studio's toolbar → click
→ Tools → Device Manager.
-
Create device.
-
Go to the Device Manager panel → click
→ Create Virtual Device. This opens the Add Device window.
-
Select device. To do this, select the Phone form factor → select the mobile device → click Next. For example, select Pixel 9.
-
Change the recommended settings of the selected virtual device if needed.
-
Click Finish.
-
As a result, the emulator will be added to the Device Manager panel.

2. Run Mobile Creatio using the mobile app emulator
-
Run an emulator. To do this, go to the Device Manager panel → select created emulator → click
. For example, run the Pixel 9 emulator.
The emulator startup might take some time. As a result, the emulator will be run.
-
Run Mobile Creatio using the emulator. To do this, go to the toolbar → click
.
If Android Studio displays the
Please select Android SDK
error when you run Mobile Creatio using the emulator, install the missing components.- Restart Android Studio.
- Click the Install missing platform and fix project link. This opens the SDK QuickFix Installation window and runs the installation. The installation might take some time.
- Click Finish.
The emulator startup might take some time.
As a result, Mobile Creatio will be run using the emulator created in Android Studio.
-
Set up the Creatio application server on IIS if you need to connect to Mobile Creatio on-site. Instructions: Set up Creatio application server on IIS (user documentation).
-
Log in to Mobile Creatio using the same user credentials as the main Creatio app.
After that, you can debug Mobile Creatio. Instructions: Debug Mobile Creatio.
See also
Set up Creatio application server on IIS (user documentation)
Resources
Official Android Studio website
Intel Virtualization Technology (Wikipedia)