IBM Maximo Anywhere: Deploy App (.apk file) to Android Emulator

From Wiki

Procedure

MacOS: Install

brew install android-studio

brew install android-platform-tools

Create emulator

1) Open Android Studio

2) Click in More Actions -> Virtual Device Manager

3) On Device Manager, click on Create Device and select Phone, and choose (see table) and Next

4) On System Image, select API Level, click on download (see table) and Next

5) Set Device Name and click on Finish

Details on Managing AVDs on Android Studio

Devices Tests

Tests Devices API Level Target System Image
Error (Problem with Root/Jailbreak Detection) Pixel 4 30 Android 11 (Google Play) arm64-v8a
OK Pixel 3a 30 Android 11 (Google Play) arm64-v8a
OK Pixel 2 30 Android 11 (Google Play) arm64-v8a

Deploy App (.apk file)

1) On Device Manager, click on play icon. (wait to emulator to start)

2) Check emulator is running. On Terminal, run

adb devices
List of devices attached
emulator-5554	device

3) Deploy Application

adb install WorkExecution-7.6.4.apk


Now you can check at Android Emulator

Ver também