Can you run Android Market from a virtual device? -


Can you run the Android Market app in a virtual device or emulator?

The market is allowed to run only on devices that Google has licensed to it

You can use an app backup tool to get an APK from your phone and then try to install this apk on an emulator. It violates copyright from Google, which means that the copy of market apk is likely to be invalid, and it does not work because the market uses a shared library which is not present on the emulator.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -