Watermarker wrote:
> What about If I want to use some of my own build very simple library.
> How I can export it and use it on android platform.
>   
You can make any library you want part of your application, provided
that the library only uses the Android APIs.  Just include the library
in the Eclipse build path.

Android does not have the AWT or Swing UI APIs that are in j2se.  These
APIs depend on platform-specific native code libraries that are not
available for Android phones.  You have to use Android's own UI APIs.

--~--~---------~--~----~------------~-------~--~----~
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