the development not make the memory management for best performance even its new but cannot make the developer happy thats its a problem..i dont like either if my pc became so lagging even have more memory ram.but if the developer of android studio consider need to change the memory problem its better solution than make a new UI design...UI design good but UX is very very bad..
the solution still
- reason for very bad performance: Thumbs.db some folders in res with Thumbs.db files automatically created by Windows. After putting "Thumbs.db" into the input field "Ignore files and folders" at the bottom of "File -> Settings ... -> Editor -> File Types" Android Studio runs like a charm.
- Check the AndroidStudio's settings, under compile that the checkbox
Compile independent modules in parallel
is enabled. -
Tips to make android studio fast:
Enable Offline Work:
- Click File -> Settings. Search for "gradle" and click in
Offline work
box. - Go to Compiler (in same settings dialog just below
Gradle
) and add--offline
toCommand-line Options
text box.
Add following two line of code in your gradle.properties file.
org.gradle.daemon=true org.gradle.parallel=true
- Click File -> Settings. Search for "gradle" and click in
Tidak ada komentar:
Posting Komentar