Hi,
i'm trying to use this library https://github.com/DemonGiggle/android-udt 
in android studio. If i enter in jni folder and run ndk-build all is done 
and i see libs folder with architecture and .so files.
After that i try to add this .so files to Android Studio in this way:
1 - make folder jniLibs in src/main subfolder of my project
2 - copy all .so (with armeabi.... directory structure) in jniLibs

Ok but, now if i go in my MainActivity files i cannot write code like this:

try{

SocketUDT ns = new SocketUDT(TypoUDT.DATAGRAM);

...
}catch{...}

I cannot use SocketUDT, Android Studio give me error and i cannot use the 
library functions.

Where i'm doing wrong?


thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/a53993bf-b5bf-4ad4-abbc-5870555d4538%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to