Create an Android test project in intellij idea 13 community release

I am using the new idea of โ€‹โ€‹intellij 13 (community edition) and have some problems creating tests for my Android project. There are no modules with the ability to test, and, as I recall, this module was part of an older version (or perhaps not for the community). Is there an easy way to create such a project?

+7
android intellij-idea unit-testing
source share
1 answer

Here is a tutorial on how to do this:

http://www.jetbrains.com/idea/webhelp/testing-android-applications.html

make sure you add the original android module as a dependency for the test module.

0
source share

All Articles