views:

366

answers:

4

I want to install the Photoshop mobile on my emulator. I need to do test the Photoshop.com Mobile integration for image editing. But I dont know how to do that. I cannot access the market from the emulator. Can anyone tell me how I can install it on my simulator.

A: 

You should get the apk file from some other source, free to download or ask a friend to get it for you. Then you will push that file to the sdcard of the emulator via the DDMS file explorer, and you will install it by launching it.

Pentium10
Please do not advocate license violations on StackOverflow.
CommonsWare
He is talking about a free market application. But I will correct.
Pentium10
I was talking about Photoshop mobile which cannot be obtain any means other than android market
the100rabh
Email them and if you have a good cause they will send it to you.
Pentium10
A: 

From Eclipse (supposing it's attached to Android Development Kit), get the application bundle (.apk). Then Import it to Eclipse.

Run it and it will appear in the emulator.

medopal
+1  A: 

I want to install the Photoshop mobile on my emulator.

AFAIK, Adobe only makes that application available through the Android Market. If you wish to integrate with it, please use your Android device. You need one of those anyway in order to test your application on hardware.

CommonsWare
A: 

You need the .apk file to run it. Browse the android market from your emulator, locate the app and click and follow the instructions. As pentium said, ask Adobe to send you the apk file and install it on emulator, I do it this way Install.

DeAviator