Monthly Archives: December 2011
Android programming: ArrayIndexOutOfBoundsException in ViewRoot.handleMessage
I had fought with this exception for a week: Thread [<1> main] (Suspended (exception ArrayIndexOutOfBoundsException)) ViewRoot.handleMessage(Message) line: 1895 ViewRoot(Handler).dispatchMessage(Message) line: 99 Looper.loop() line: 130 ActivityThread.main(String[]) line: 3695 Method.invokeNative(Object, Object[], Class, Class[], Class, int, boolean) line: not available [native method] Method.invoke(Object, … Continue reading
Flash Builder and JBoss Tools 3.3
Let say you have Flash Builder and you would like to deploy your application on JBoss AS 7. Maybe you also want to control your JBoss from the IDE. First of all you must have Flash Builder 4.6, because JBoss … Continue reading
Air 2.7 and Menu Softkey on Android Honeycomb
If you are developing using Air 2.6 you are probably using the menu softkey to make users navigating the application. When you will upgrade to Flash Builder 4.6 the menu key will disappear! In effect, as the bug report 2936827 … Continue reading