2009/4/22 MMF <android...@gmail.com>

> Hi Naveen,
>
> Thanks for the reply.
> I have already mentioned both abc.so and xyz.so as dependencies libs for
> jni.so.
> I suppose without mentioning this my jni.so itself would not get generated.
> But still I get the mentioned error.
> I think there something more to it than just mentioning the dependencies.
>
Then i guess that missing thing is pushing the jni.so lib to emulator with
adb push ..
Are u using the Eclipse + Android SDk or u also have the Android Sources

>
> Thanks
> APT
>
>
> On Wed, Apr 22, 2009 at 5:45 PM, Naveen Krishna Ch <
> naveenkrishna...@gmail.com> wrote:
>
>> Hi APT/MMF,
>>
>> I have a similar need and i could make it work.
>>
>> abc.so and jni.so in my case.
>>
>> during the android build of jni.so i gave the abc.so as depended
>> shared libray in the Android.mk of jni.
>>
>> And in Java application i loaded the jni.so and it is working.
>>
>> I wish this would help u too
>>
>> 2009/4/22 MMF <android...@gmail.com>
>>
>> Hi All,
>>>
>>> I am facing a problem while loading .so libs from my App.
>>>
>>> Here is the story:
>>>
>>> I have two native libs say *abc.so* and *xyz.so*.
>>> I have written a JNI component (say *jni.so*) which is calling APIs from
>>> abc.so and xyz.so.
>>>
>>> Now from the application (Java) when I do system.loadlibrary("jni.so") I
>>> get an error as "cannot find library".
>>>
>>> But when I remove the dependencies of abc.so and xyz.so from jni.so (say
>>> I just have some dummy functions in my jni.so) and try to load jni.so from
>>> App, it works fine.
>>>
>>> Can someone please let me know what could be problem?
>>>
>>> Thanks
>>> APT
>>>
>>>
>>>
>>>
>>
>>
>> --
>> Cheers
>> (: Naveen Krishna Ch :)
>>
>>
>>
>
> >
>


-- 
Cheers
(: Naveen Krishna Ch :)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"android-framework" group.
To post to this group, send email to android-framework@googlegroups.com
To unsubscribe from this group, send email to 
android-framework+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/android-framework?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to