When I click to run a project I just created in Android Studio 0.2.10 and select my Android (connected by USB with debug by USB on) I get this error:
Waiting
It looks like having a number after the dot was the culprit.
I had the same issue with the following applicationId
org.tony.stark.125jarvis
Changing it to
org.tony.stark.jarvis
I was able to install the app to the android devices.