Re: [android-developers] Problems while working with Android 2.2 Froyo - Need help - Thanks very much!

2010-07-09 Thread Alex Xin
Does anybody have the similar issues? Are there any guidelines about how to solve compatibility problems while trying to let app works on different Android platforms? My app use Java NIO as core functions, I cannot imagine if I can't use that class anymore.. Thanks a lot... Alex On Mon, Jul 5,

[android-developers] Problems while working with Android 2.2 Froyo - Need help - Thanks very much!

2010-07-05 Thread Alex Xin
*Hi,* * * *I have a problem while trying to run my app in new Android 2.2 Froyo emulator and real device Nexus One.* *The problem is that when I try to call java.nio.channels.Selector.wakeup() method, it will throw a runtime exception NullPointerException. But this code works very well on all