How To Install Apps On Android





Installation of any App in Emulator:

Emulators need the .apk file to Installing App which we can be found in the similar project directory.

.apk file path can be: workspace> project> bin\
There are different-2 ways for installing the Android App or applications (.apk file) in the emulators as described the below:

First Step: If you will use the version 3.7.2 of Eclipse, then while running the Android apps in Eclipse (without showing any exception) will mechanically set up the App (.apk file) in emulator (Confirm that Emulator should be active while executing the Eclipse on Android apps).

Second Step: You can set up (install) the Android App (.apk file) through ‘adb’ (Android Debug Bridge) also.
adb is a adaptable command line tool that lets you communicate with an emulator instance or connected Android-powered device.

Path of adb: Drive\android-sdk-windows\platform-tools

‘adb’ used for configuring any Apps in Android. As per mentioned command in the screenshot, is used for installing any apps.

Command for Installation  is:

adb install demo.apk

[adb( command) install (command) demo.apk (path of.apk file of  demo android project)]
have a look on screenshot for reference:

Installation of any App in Emulator
Installation of any App in Emulator



Point:: Emulator should be already in executable state while installing any Apps in Emulator





how to install apps on android, apps for android, Installation of Android App in Emulator, real world scenarios or steps to install the android applications in emulator set up

 


No comments:

Post a Comment

Popular Posts