I have installed MonoDroid and the hello world sample. I compile the app and choose the emulator from the selector. The app is compiled and pushed to the device from Visual Studio according to MonoDroid.
But it never appears in the emulator.
So, I tried to push the app up using ADB install
I get this error from adb:
Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES]
This is caused by using the new Java 7 SDK.
Currently the only fix available is to uninstall Java 7 and install Java 6.