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

From Wiki

Procedure

MacOS: Install Android Studio using Brew

brew install android-studio

brew install android-platform-tools

Create Android Device (emulator)

1) Open Android Studio

2) Click in ...|More Actions -> Virtual Device Manager Ficheiro:Android-studio-welcome.png


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 Comments
OK Pixel 4 30 Android 11 (Google Play) arm64-v8a This System images has Google Play Store

Download and Deploy App (.apk file) for System Images WITHOUT Play Store

Access site https://apkpure.com/, you must inform one of the IBM Maximo Mobile Versions:

  • For IBM Maximo Mobile for EAM search for: com.ibm.iot.maximo.mobileeam
  • For IBM Maximo Mobile for MAS search for: com.ibm.iot.maximo.mobile

and click to Download .Apk

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

2) On Terminal in your machine, and check if emulator is running

adb devices
List of devices attached
emulator-5554	device

3) Deploy Application using,

adb install "IBM Maximo Mobile for EAM_1.0.8_Apkpure.apk"


Now you can check at Android Emulator

Ver também