Android Studio has such a fat ass. Every release it, and gradle, want more memory to do the same thing. I'm hoping that the tools devs improve or review the resource usage of the gradle plugin, etc. VS Code and the flutter tooling are svelte in comparison.
Yeah I agree that has been the case but lowering memory usage has been a target of recent for Android Studio - See https://developer.android.com/studio/releases/index.html#3-1... It's even using less memory than chrome lately.
Android Studio 3.1 Stable
11–20 of 43 posts
Re: Android Studio 3.1 Stable
#12Earlier quoted context omitted.
I'm a JavaScript / typescript guy, so for me these past few years VS code has been leaps and bounds ahead of WebStorm w/ extensions,etc. But lately I've been using Datagrip for SQL stuff,and geez, did Jetbrain crush the competition w/ this product. ...once I switched the shortcuts to match VS Code's, that is
Could you elaborate? VS Code is faster/leaner than WebStorm, that's for sure, but are there any specific workflows that you feel VSCode is better than WS?
That, and I remember Staples of the JS ecosystem (eg ESLint) being somewhat difficult to set up. Maybe they were simple if one knew the Jetbrain workflows, but for me, esp. compared to VS Code, it seemed a huge undertaking just to get ESLint to work.
Actually, here's an SO question I posted awhile back about ESLint in WebStorm (well, intelliJ). This was shortly before I made the switch to Code.
https://stackoverflow.com/questions/34700062/intellij-plugin...
Re: Android Studio 3.1 Stable
#13and with it, type hints.
This should be very useful in kotlin with rx. map calls are often hard to follow without explicitly writing types.
This sounds like the best of both worlds.
Re: Android Studio 3.1 Stable
#14Tip: If you have dual GPU system try launching AS, android emulator, Idea, WS, Pycharm, with the discrete GPU i.e (Linux/ATI in my case).
'DRI_PRIME=1 ../studio.sh'
bash -c "LD_PRELOAD='/usr/lib/libstdc++.so.6' DRI_PRIME=1 ../android-sdk/emulator/emulator -avd Nexus_5X_API_27 -gpu host"
I have seen considerable improvements in productivity for the same codebase with 3rd gen corei5 with ATI 7400M series GPU vs 7th gen corei5 with intel integrated gpu both having same memory. The OS setup is same.
Obviously, java by itself isn't using the VRAM; I assume the visual rendering of IDE's & emulators use it and leaves enough RAM for the AS to gulp.
Re: Android Studio 3.1 Stable
#15Android Studio, and in turn, Jetbrain's IDE are an absolute godsend for productivity. Quick actions, macros, shortcut egornomics, etc. are top notch and make me a happy developer. I would even dare to say, it's a better IDE than Visual Studio. runs for cover
I'm a JavaScript / typescript guy, so for me these past few years VS code has been leaps and bounds ahead of WebStorm w/ extensions,etc. But lately I've been using Datagrip for SQL stuff,and geez, did Jetbrain crush the competition w/ this product. ...once I switched the shortcuts to match VS Code's, that is
Re: Android Studio 3.1 Stable
#16Android Studio, and in turn, Jetbrain's IDE are an absolute godsend for productivity. Quick actions, macros, shortcut egornomics, etc. are top notch and make me a happy developer. I would even dare to say, it's a better IDE than Visual Studio. runs for cover
Re: Android Studio 3.1 Stable
#17Android Studio, and in turn, Jetbrain's IDE are an absolute godsend for productivity. Quick actions, macros, shortcut egornomics, etc. are top notch and make me a happy developer. I would even dare to say, it's a better IDE than Visual Studio. runs for cover
Android Studio's performance made me loose interess on JetBrain products.
Xeon class CPU, SSD and at least 16 GB RAM should be written on the box.
Re: Android Studio 3.1 Stable
#18Earlier quoted context omitted.
Could you elaborate? VS Code is faster/leaner than WebStorm, that's for sure, but are there any specific workflows that you feel VSCode is better than WS?
I found WebStorm a bit overwhelming when I first tried it (I was fairly new at the time), which made any workflow a little difficult for me out of the gate. That, and I remember Staples of the JS ecosystem (eg ESLint) being somewhat difficult to set up. Maybe they were simple if one knew the Jetbrain workflows, but for me, esp. compared to VS Code, it seemed a huge undertaking just to get ESLint to work. Actually, he…
Re: Android Studio 3.1 Stable
#19Android Studio, and in turn, Jetbrain's IDE are an absolute godsend for productivity. Quick actions, macros, shortcut egornomics, etc. are top notch and make me a happy developer. I would even dare to say, it's a better IDE than Visual Studio. runs for cover
Yeah, when running on my gamer ring. Android Studio's performance made me loose interess on JetBrain products. Xeon class CPU, SSD and at least 16 GB RAM should be written on the box.
Re: Android Studio 3.1 Stable
#20I hope the memory enhancements show considerable improvements. I've seen people with >32 GB memory complaining that AS eating enough RAM to affect productivity. Tip: If you have dual GPU system try launching AS, android emulator, Idea, WS, Pycharm, with the discrete GPU i.e (Linux/ATI in my case). 'DRI_PRIME=1 ../studio.sh' bash -c "LD_PRELOAD='/usr/lib/libstdc++.so.6' DRI_PRIME=1 ../android-sdk/emulator/emulator -av…