this post was submitted on 06 Sep 2023
30 points (94.1% liked)
Android
9335 readers
2 users here now
A place to discuss anything related to Android or Android adjacent.
INFO:
-
No attacking others based on their phone preferences. Criticizing OEMs/devices is allowed. Attacking users because a different brand/device works for them isn't.
-
Obvious spam will be removed.
-
Anything directly or indirectly related to Android is allowed.
Check Out Our Partner Communities:
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Nobody's stopping anyone from using vim and running gradle directly.
./gradlew assembleDebug
and you're good to go.I do this but it's a pain in the ass. They keep making it harder to access certain features without opening Android Studio (i.e. the AVD manager, logcat, app signing functionality, etc)
Also sometimes gradlew decides to just not build your project and you have to open Android Studio to get it to work. Why? No idea
I don't even use low power hardware, Android Studio just manages to be an incredible resource hog even on normal hardware
You code Android projects in VIM?
Huge, if true. Please, could you helps us better understand how to successfully leverage vim and gradle across GNU/Linux ?