Since I guess a few of us here are playing with Android, how about a list of gotchas or problems.
-
The Eclipse plugin doesn’t understand project dependencies so doesn’t package them
-
The Emulator/Bridge can get confused ending up with the Emulator starting each time you run from Eclipse, but not loading any application (because the push didn’t work). Run “adb kill-server” at the command line to reset the bridge.
Kev