I looked in the system/lib of the emulator (using adb shell) and my
libgps.so was not there.
However, in the out/target/product/generic/system/lib of my android
folder, it does exist.
I thought that by using the -sysdir flag, the emulator will use this
directory. How can I direct it/the avd to use
On Monday, May 9, 2011 4:07:16 AM UTC-4, Itai wrote:
> I wrote and built my own libgps.so in my directory on hardware/
> /gps
> Afterwards, I re-built the entire android project. The make completed
> successfully and libgps was placed in system/lib
>
> However, when I load the emulator, with :