views:

252

answers:

1

Hi, I have an android project that uses the xmlrpc library. I downloaded the xmlrpc library and imported into my eclipse workspace. I then added it to the build path in my android project and use it. When I go to run in the emulator, I get this error: "Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY". Are the xmlrpc classes not being packaged into my android project? Help...

A: 

This error happens if you try to install your Map application on a device (i.e.) AVD doesn't have Google API support. Try creating a new AVD with Google API and use that. It helped in my case.

Prasanta