Hi chainz

#put .so file.

eclipse project/libs/armeabi/xxx.so

#add code

    private native void [method name](args..);


    static {
        System.loadLibrary("so file name");
    }

Best Regards,

2012/7/5 chainz roid <[email protected]>:
> Hi everyone
>
>            I'm working in ICS and I'm developing own android device. Well i
> have vcfsclint.so file its contains more functions.(Ex. EnrollUser,
> IdentifUser etc,..) I want to call this functions from my java application.
>
>           Regarding this where i have to add this .SO file and how can i
> call those function from my java application any one can suggest me.?
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to