this post was submitted on 21 Nov 2024
16 points (100.0% liked)
Programming
265 readers
1 users here now
Welcome to the Lemmygrad programming community! This is a space where programmers of all levels can discuss programming, ask for help with problems, and share their personal programming projects with others.
Rules
- Respect all users, regardless of their level of knowledge in programming. We're here to learn and help each other improve.
- Keep posts relevant to programming and related topics.
- Respect people's personal preferences. If you disagree with someone's choice of programming language, method of formatting code, or anything else, don't attack the poster. Genuine criticism is fine, but personal attacks are not.
- In order to promote breaks from typing, all code snippets must be photos of code written on paper.
Just kidding :), please use proper markdown code blocks.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I've tried and failed at it, many times. You pretty much have no choice but to use android studio. There is a vim plugin for it at least.
Ah that sucks to hear :-( I didn't know there was even a plugin ecosystem to Android Studio but of course there is.
I might just use Android studio to set up the project and then do my actual keyboard-bashing in Neovim later. All I really want is the boilerplate set up properly and my app will be a single activity with maybe 3 views, so once that's all generated I'll try switching.
Out of interest, what has been the failure points for you trying this in the past?
Oops, sry missed this one.
jdtls
, the java language server that works with vim / neovim / helix, and the kotlin-language-server don't work with android libraries.No worries re long replies. That's really interesting. I've never used any LSP features before (I am definitely out of touch though) so perhaps this wouldn't be such a blocker.