http://piotrbuda.eu/2012/06/trying-to-solve-error-491-in-play-store-on-android-emulator.html
http://blog.apkudo.com/2012/08/08/run-google-play-on-an-emulator-and-pretend-to-be-any-device/
http://piotrbuda.eu/2012/05/installing-google-play-on-android-emulator.html
http://stackoverflow.com/questions/11420451/android-unable-to-install-the-application-on-emulator
https://code.google.com/p/android/issues/detail?id=21173
When I try to run https://github.com/Timmmm/MMS on emulator, some error happens:
java.lang.UnsatisfiedLinkError: Library drmframework_jni not found;tried [/vendor/lib/libdrmframework_jni.so, /system/lib/libdrmframework_jni.so]
06-29 11:40:45.947: E/AndroidRuntime(591): at
com.concentriclivers.mms.com.google.android.mms.pdu.PduPersister.<init>(PduP
06-29 11:40:45.947: E/AndroidRuntime(591): at
android.drm.DrmManagerClient.<clinit>(DrmManagerClient.java:56)
This is caused by the missing Library drmframework_jni.so. But it does exist in ZTE U950, so it's working there.