Hi, I have created an application that uses some native library(developed by me istelf). I have created the JNI layer for using the native methods and devleoped the application completely. But now we are facing the issue of 512 local reference issue as in the link below.
http://markmail.org/message/7aveklghw6fuwtzd#query:512%20local%20entries%20android%20ndk+page:1+mid:2wpumyvdae7pqtur+state:results We are not able to solve this issue even after deleting the local references created in JNI layer. So we decided to use socket connection between Appication layer(UI - to be as server) and the native layer( to be as client that connects to UI server socket) bypassing the JNI layer. But to initiate connection at the client side, we need loacl IP address( for example localhost, but android does not understand localhost concept i guess). And we dont want to use IP address of the network it is connected to(for example Wifi - IPaddress). Cant we just redirect the port in some way as we do in emulator networking? If not then please suggest to solve this issue. Thanks in advance Regards, Nanditha -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en