The code you create with JNI can call into your c++ classes. -Erik
On Monday, July 16, 2012 2:40:21 PM UTC-7, Károly Holczhauser wrote: > > Hello there ! > > I have four c++ file (four header and four cpp) with already implemented > functionalaty, how can I import them into my Java Android code ? Import in > this case mean be able to call the c++ functions. I had alredy tried the > JNI way, but as I saw it is to generate own c++ headers and reimplement > your code, not to import an existing one. > Have anybody any idea about the possible solution ? Have Eclipse any > extension to do that ? > > Cheers, Karoly > -- 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

