NDK libraries?

OrikuOriku Posts: 263Member
Are there any NDK specific libraries? or Java only? My app is pretty much 100% NDK with the standard android SDK provided glue library.

Comments

  • SueseSuese Posts: 120Member
    May I ask, how do you compile and run NDK apps?
    TheSuese.com - Elite Developer Backer
  • noctnoct Posts: 122Member
    They're being worked on, so for now you'll have to use JNI to access the ODK functionality.
  • OrikuOriku Posts: 263Member
    Got it. Thanks noct :) Any ETA? Can I expect it anytime soon, or is it time to start learning how to interact with Java?
  • noctnoct Posts: 122Member
    Oriku said:

    Got it. Thanks noct :) Any ETA? Can I expect it anytime soon, or is it time to start learning how to interact with Java?

    They haven't given one yet, but @chamberlin posted an example in this thread.
Sign In or Register to comment.