Hopefully a simple question. I see that TARGET_TEMP_DIR is used in the native extensions for putting external DLLs or Jars into so that they are pulled into your Rho application when it is built but I can't find out where the directory should be.
Thanks
Chris
2 Replies
Take a look at this posting.
I haven't personally tried it, but if you're simply looking to package external dlls into your cab toensure they make it down to the device, this should work.
Maybe this will help:
I need to do this soon myself. I've written a Bonjour Browser extension for iOS, and now I have to implement it for Android. I'll be using a third-party library instead of the Bonjour support in Android 4.1+ (because the built-in support starts only with 4.1 and is buggy in some versions until 4.4...).