[android-developers] Re: Shared library symbols are not loaded.
I think at first you should go to the android-platform group.
Beside this, did you check whether any app can use your native
code ? And imho put your stuff in a vendor extension under
app/mydroid/vendor, this makes it more transparent from where
it comes and so on.
Good luck !
Frank
On 10 Aug., 15:39, chetan <chetanchauha...@gmail.com> wrote:
> Hi All,
> I have some native code so put the native code in
> framework/base/ dir of source code and shared library is created for
> same in out/target/product/generic/system/lib/.
> Some queries:
> - Why it has not been created in out/target/product/generic/symbols/
> system/lib/. Like other libraries are there.
> - When i am debug the code using gdb, the symbols for my library is
> not loaded , so it is not taking break point. Other library like
> libwebcore.so symbols loaded. Tell me what should i do to make it
> debug.
>
> Thanks
> Chetan Chauhan
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home