Gradle build now working on Windows

This commit is contained in:
DjBushido
2014-04-30 12:40:37 -04:00
parent 034252fd4d
commit a47d007ccb
7 changed files with 27 additions and 10 deletions

View File

@ -14,6 +14,7 @@
<option name="ASSEMBLE_TEST_TASK_NAME" value="assembleDebugTest" />
<option name="SOURCE_GEN_TASK_NAME" value="generateDebugSources" />
<option name="ALLOW_USER_CONFIGURATION" value="false" />
<option name="RES_FOLDERS_RELATIVE_PATH" value="file://$MODULE_DIR$/res" />
<option name="LIBRARY_PROJECT" value="true" />
</configuration>
</facet>

View File

@ -31,4 +31,8 @@ android {
debug.setRoot('build-types/debug')
release.setRoot('build-types/release')
}
lintOptions {
abortOnError false
}
}