Compilation error

After compilation I got error
no classfiles specified

IDEA 11.1, Android project
App runing fine.

Where I can looking for the cause?

0
Avatar
Permanently deleted user

Hi Denis,
Please check <IDEA-System>/log/idea.log file

Eugene

0
Avatar
Permanently deleted user

Hello. Looks like you don't have any sources in your Android module, so DEX cannot find any class files in the output directory.

0
Avatar
Permanently deleted user

Don't have this dir and file. Installed on Linux /usr/local/idea-IC-117.117/

0
Avatar
Permanently deleted user

You are right. Message caused by android testing module. Project built with no error after reconfiguration (include test module in debug prompt).

0

请先登录再写评论。