Skip to main content

LWUIT on BlackBerry Playbook Android player?

No replies
ajochems
Offline
Joined: 2010-08-23
Points: 0

Hi,

I am trying to run my application on a BlackBerry Playbook with the new OS 2 version Android Player. It compiles, packages and runs but it hangs on lock.wait(); in mainEDTLoop() in Display.java:

// getting "lost"

synchronized(lock){

if(shouldEDTSleep()) {

impl.edtIdle(true);

lock.wait();

impl.edtIdle(false);

}

Anybody tried this before? Any hints or tips to get this to work? I have other Android applications running without any problems on the playbook.

Kind Regards,

Andre