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

From Wiki
Line 11: Line 11:
1) Open Android Studio  
1) Open Android Studio  


2) Click in '''More Actions''' -> '''Virtual Device Manager'''
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'''
3) On Device Manager, click on '''Create Device''' and select '''Phone''', and choose (see table) and '''Next'''

Revision as of 14:20, 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

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