Hello, I wrote and built my own libgps.so in my directory on hardware/ <vendor>/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 : out/host/linux-x86/bin/emulator -sysdir out/target/product/generic/ - kernel prebuilt/android-arm/kernel/kernel-qemu -avd And2.2 and run my test application (via Eclipse), I see that it still uses the emulated library and not mine. How can I direct the emulator to use my implementation? -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
