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

From Wiki
(Criou a página com "= Procedure = == MacOS: Install == brew install android-studio brew install android-platform-tools == Create emulator == 1) Open Android Studio 2) Click in '''More...")
 
Line 7: Line 7:
  brew install android-platform-tools
  brew install android-platform-tools


== Create emulator ==
== Create Android Device (emulator) ==


1) Open Android Studio  
1) Open Android Studio  

Revision as of 14:13, 4 February 2023

Procedure

MacOS: Install

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

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