Yes, I have met this issue. I found out the problem is that dx.bat could not run because of config memory error. Change "set defaultXmx=-Xmx1024m" to "set defaultXmx=-Xmx512m" and run again. Ref link I found it: https://code.google.com/p/vs-android/issues/detail?id=15. Hope this help.