tags:

views:

120

answers:

2

hi i am new to android.I have fileexplorer.apk file.how to install / use the application in the android emulator?

+5  A: 

launch the emulator

install with :

$> adb install fileexplorer.apk

then click on the icon on the emulator

Stéphane
A: 

Well you can have a look at these tutorials if you are not able to do it the way Stephane said it. Install Tutorial Uninstall Tutorial Hope it will help you as a beginner..tc

DeAviator