IntelliJ not showing 'Test Module' option for Android -
i'm attempting add test module existing android application using intellij, option not show in list of available android modules.
if create new android project scratch in intellij gives me no option add testing, , again there no ability add test module.
are there prerequisites, or other reason why isn't working me? there no errors in log can see related either testing or android.
i'm using intellij 13.1.1 android support 10.0. junit , testng plugins active.
the gradle build system android not require separate test module. information available @ the android site explains how set testing in environment.
if obtain errors regarding tasks being unavailable please sure run gradle tasks
see tasks available. in case although document referred tasks such assembletest
did not exist in build , instead had use assembledebugtest
, example.
Comments
Post a Comment