0

I am trying to compile my SDL2 project for android using QBS. I built SDL2 as dynamic library using NDK's ndk-build tool. But can't figure out how to make QBS (which I use in my project) include libSDL2.so to the resulting APK.

I have tried approach with FileTagger, mentioned in this question, but no luck:

FileTagger {
    patterns: ["deps/SDL2/libs/armeabi-v7a/libSDL2.so"]
    fileTags: ["android.nativelibrary"]
}
Community
  • 1
  • 1
rtgbnm
  • 33
  • 6
  • We haven't implemented this yet, but it's on the radar. – Jake Petroules Apr 19 '17 at 08:22
  • @Jake, thanks for the response. I guess I'll just use static linking until it is implemented. Is there any bugreport\issue for this feature so I can track the progress? – rtgbnm Apr 20 '17 at 12:21

0 Answers0