• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps The application j2ab_adapter(process j2ab.android.app) has stopped unexpectedly.Please try again"

Hi all,

When I try to port my j2me application to Android using Eclipse in windows. I get the j2ab_adapter file . I install it using:-

C:\android-sdk-windows\tools>adb install j2ab_adapter.apk

I get the error : "The application j2ab_adapter(process j2ab.android.app) has stopped unexpectedly.Please try again" "Force close" on my android emulator.

Please can anyone try to help me out to resolve this error.

Any help would be appreciated.

Waiting for a favorable reply.

Thanks and Regards,

Jitendra Bhagat
 

Attachments

  • j2ab_adapter.PNG
    j2ab_adapter.PNG
    8.8 KB · Views: 115
If you run your app on eclipse while your phone is plugged in, it should install the app instead of running an emulator.
Hi Snapper,
Thanks for your reply.

Yes after using Run As --> Android Application in the eclipse , I get that application installed on Emulator but it shows this error :The application j2ab_adapter(process j2ab.android.app) has stopped unexpectedly.Please try again" "Force close" .


I am trying to run it first on android emulator, then I will run it on phone.

Any idea how can I resolve this error.

Any help will be appreciated.

Waiting for a favorable reply.

Thanks in advance.
Jitendra
 
That is just the error dialog. Look at the log cat for the exact error. If you can't find it, post your logcat here/
 
Back
Top Bottom