optionsix
optionsix

Reputation: 956

Are there other Android emulators besides the one with the Android SDK?

I am working on an Android app for a client of mine, who is unfortunately not very tech savvy. The thought of installing the Android SDK to get to the emulator scares the hell out of them. Is there any third party Android emulators out there that provide the same functionality as the one provided with the SDK, but minus all of the development periphery?

They are in the middle of buying a bunch of Android phones now (physical), where they'll be able to eventually test on a hard device, but in the meantime, I figured this was the best way.

Upvotes: 2

Views: 374

Answers (2)

NickT
NickT

Reputation: 23873

I installed a minimum SDK (minus all the docs and platforms I didn't want) plus a Java runtime on a USB memory stick. Create an AVD on the stick, and put your app on it. Add a few batch files to start up the emulator etc, and give it to your client - all they need is any Windows box. It should fit on a 2GB stick easily enough and these are dirt cheap now.

Upvotes: 3

user468311
user468311

Reputation:

You can install Android x86 in VirtualBox or VMWare.

Upvotes: 2

Related Questions