6 Ocak 2019 Pazar

Android Studio Hizlandirmak Icin

Merhaba bu yazimda Android Studio yu nasil hizlandirabilecegimizi anlatacagim.
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:
  1. Click File -> Settings. Search for "gradle" and click in Offline work box.
  2. Go to Compiler (in same settings dialog just below Gradle) and add --offline to Command-line Options text 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