I have a problem. When i try to launch my project i\'ve got error :
\"ERROR: APK path is not specified for module\"
I follow to this answer A
Another reason could be that the Output Directory is not set to a valid directory. Note that relative paths are not supported, at least in IntelliJ 14.
Project Structure (Cmd-;) > Modules > Paths:
Set Compiler output to "Use module compile output path", then choose/create the desired output directory for the APK.