Question

I developed the LWUIT based android application. But that application could not opened in emulator. I used eclipse 3.6.1 and android 2.2. Can anyone tell me the proper steps for developing the LWUIT based android application?

Was it helpful?

Solution 2

I used LWUITActivity class for Android application. LWUIT framework having own activity class for developing Android application. For more info see this link.

OTHER TIPS

I haven't used the LWUIT yet, but i think you may making mistake in attaching xml(interface layout) file inside the code file.

setContentView(R.layout.Phonebook);

It may helps, check it !!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top