I am trying to install my application on my emulator (sdk is version m3 rc20a). But whenever I type in :
adb install Main.apk
it shows
504 KB/s (0 bytes in 88803.000s)
and then, nothing happens.. I checked in the emulator applications but my app is not installed.
In the emulator, when I checked the package summary for my app, it is showing everything properly except that the heading shows :
(No Application Class)
(No Label)
Does this have anything to do with the problem?
one more thing..
when i import my project into eclipse, it shows an error :
build path contains duplicate entry : 'src' in project 'Main'
Please suggest a solution.. thks.



