在Android Studio 1.2.1.1中编辑app.iml

时间:2015-05-23 23:32:47

标签: android intellij-idea android-studio junit robolectric

在努力让JUnit和Robolectric与Android Studio合作3天之后我终于做到了,但每次打开IDE时我都必须做出一个重要的步骤。

我必须转到app.iml并在“ALLOW_USER_CONFIGURATION”中将“false”更改为“true”。在此之后测试工作,但每次打开IDE时进行此更改真的很烦人。

是否仍然保存此更改?我在UI中找到了这个选项,但我找不到类似的东西。

有什么建议吗?

感谢。

1 个答案:

答案 0 :(得分:1)

This used to be an issue, but should no longer be a problem with the new Android Studio support for unit tests.

Checkout the instruction and setup in this sample project: https://github.com/robolectric/deckard-gradle