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

From Wiki
Line 32: Line 32:
|}
|}


== Deploy App (.apk file) ==
== 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: com.ibm.iot.maximo.mobileeam
* For IBM Maximo Mobile for MAS: com.ibm.iot.maximo.mobile
 
and Download


1) On Device Manager, click on play icon. (wait to emulator to start)
1) On Device Manager, click on play icon. (wait to emulator to start)
Line 43: Line 50:
  emulator-5554 device
  emulator-5554 device


3) Deploy Application
3) Deploy Application (the


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





Revision as of 14:31, 4 February 2023

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: com.ibm.iot.maximo.mobileeam
  • For IBM Maximo Mobile for MAS: com.ibm.iot.maximo.mobile

and Download

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 (the

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


Now you can check at Android Emulator

Ver também