Bunu internette arastirirken stackowerflow da buldum. Ve gercekten ise yaradi. Performansta gozle gorulur artis oldu. Sizde deneyebilirsiniz.
Tips to make android studio fast:
Enable Offline Work:
- Click File -> Settings. Search for "gradle" and click in
Offline workbox. - Go to Compiler (in same settings dialog just below
Gradle) and add--offlinetoCommand-line Optionstext box.
Improve Gradle Performance
gradle can be optimized too. The easy way is to modify the settings in global
gradle.properties(create it if not exists in the following folders: Windows - C:\users\your_name\.gradle\; Linux- /home/<username>/.gradle/; Mac- /Users/<username>/.gradle/; ) and in that file, add these two lines:org.gradle.daemon=true
org.gradle.parallel=true
Linki de asagiya birakiyorum.https://stackoverflow.com/questions/30817871/android-studio-is-slow-how-to-speed-up
Hiç yorum yok:
Yorum Gönder