I had an apk that I had to install on AVD 4.3 but the installation failed due to INSTALL_FAILED_MISSING_SHARED_LIBRARY
All I had to do is Go to the Android sdk -> extras manager, and then install all the libraries present in this (e.g. Android support library, etc.)
then restart the emulator and the installation should be fine
source share