Make Android Studio work faster Offline
- File >Settings >Build,execution,Deployment>Compiler>In Command-line Options enter "--offline" without quotes
- File >Settings >Build,execution,Deployment>Gradle>Check "Offline Work" checkbox
- Press Apply and Ok
- In your Project>gradle Scripts>gradle.properties>add lines
org.gradle.daemon=trueorg.gradle.parallel=true
No comments:
Post a Comment