Click here to Skip to main content
15,887,928 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,
I need the sample code (like to display "Hello world" message)to load a native library (.so) file into android eclipse juno. Please help am new to this. Can I get the step by step process of placing the library into particular path.
Posted

1 solution

This is not really related to Eclipse, which is just the IDE. Please learn the working with shared libraries, for example, here: http://www.cprogramming.com/tutorial/shared-libraries-linux-gcc.html[^].

—SA
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 5-Jun-15 1:38am    
You are welcome. I hope you learn it and accept the answer formally. In all case, feel free to ask your follow-up questions, if you want.
—SA
Sergey Alexandrovich Kryukov 12-Jun-15 8:48am    
Not clear. I don't have the source code of the .so and the application using it to see what's wrong. Do you mean that .so file is passed between parties, to serve a kind of a plug-in, or something? It's possible, but there should be a number of strict requirements to be met to match the host application.
—SA
Sergey Alexandrovich Kryukov 13-Jun-15 19:45pm    
The whole idea of blind-folded work is wrong...
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900