WARNING: No manifest file found at .\src\main\AndroidManifest.xml.Falling back to the Android OS resources only.To remove this warning, annotate your test class with @Config(manifest=Config.NONE). Android Studio에서 Robolectric Test Case를 작성할 때 위와 같은 오류가 났었는데, 아래와 같이 @Config에서 @Config(constants = BuildConfig.class, sdk=21, manifest = "/src/main/AndroidManifest.xml") manifest = "app/src/main/Androi..