Box2D on the Nexus One with Adobe AIR

This native application uses the accelerometer to determine the direction of gravity for the Box2D physics engine. It performs quite well given the number of computations and could probably be optimized considerably. Check out the video for a demo on the phone! Porting the code was the easy part. Configuring Adobe Flash and setting up […]

No Device Listed with ‘adb devices’ Command

Just received my Nexus One and got past my first hurdle in Flash development. Followed Lee Brimelow’s tutorial at http://www.gotoandlearn.com/ but did not see my device listed when running the adb devices command! After some digging, I found that there is a checkbox under Settings -> Applications -> Development to turn on debug mode. After […]