[android-developers] How to export new packages to Android platform

2009-08-05 Thread Watermarker
I am new to Android development. I am developing in Eclipse with Android plugin. I am writing an android application, which is dependent on some other new API. I want to know how to export the new API to android emulator. I import the API in the build configuration. It is being compiled. But

[android-developers] Re: How to Run J2SE Code on Android

2009-08-05 Thread Watermarker
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 received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] How to Run J2SE Code on Android

2009-08-04 Thread Watermarker
I am new to Android development. I am developing in Eclipse with Android plugin. I am trying to execute the following J2SE code on Android. It is being compiled without errors as I have imported the JRE library in the android project. In the Configure Build Path option I have imported JRE System