• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. R

    Apps Pb link library abstract interface

    Hello, I have a problem with the NDK to link with libaudio. I use adb pull to get libraries I'm using from the mobile. But during the link, ld requires all the libraries the libaudio reference to. The problem is that I want this program to be generic and not linking with specific libraries...