[android-porting] Re: Running my own libgps.so on emulator

2011-05-11 Thread Itai
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

[android-porting] Re: Running my own libgps.so on emulator

2011-05-09 Thread Chris Stratton
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 :