[android-developers] Re: Convert a J2ME project to Android project
There is no cut-and-dried procedure to do this. You have to replace
all the J2ME APIs and packages with their Android Java equivalents --
when they exist. When they don't, you have to rewrite Java code.
Then there is the project management stuff, such as the placement of
resources, JARs and XML files; this is all quite different from J2ME.
But it should be easier, since there was no equivalent of Android's
XML files in J2ME. And both understand Ant, though you would have to
rewrite your J2ME Ant somewhat to fit the Java Android SDK model.
On Mar 14, 9:43 pm, Huynh Ngoc Bang <hnbang1...@gmail.com> wrote:
> Hii all Developers
> I would like to ask you. How to convert a J2ME project to Android
> project.
> Please help me show step by step I can convert them.
> Thanks so much!
--
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