Unfortunately I can't check your project right now. Sooner or later you will need a working "adb" anyway, so please try to get this one working.
You need to install a driver for your device, apart from the standard functionality of accessing files on the phone storage. Sometimes, Windows will prompt you to do so. Once you have "USB debugging" enabled on your device (in the developer settings), check that a driver for the "adb interface" is installed. If not, try to get the driver from the manufacturer website, or try to force the Google driver (somewhere in the SDK) to be installed instead.
As a bonus, "ant installd" will then automatically install and run your app.