Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Yeah I feel like I spend way more time researching configuration and dependencies than coding
-
Eariel19088yThe + at the end of the dependencies is your worst enemy... And some libraries want you to use it.
-
stisch48148ySometimes I write ad hoc scripts in Ruby or Python just to feel productive. Working on a whole application can be a pain in the ass
-
Same thing happened to me. I better off created new project and copied all codes in new files.. And build the project..
-
plumbus11948yAnd here i thought,well, android development is not for me. Imagine what you went through, except, urgent bug fix and not just personal world. So now, i always add a few hours for possible ide issues
-
This is why I have up on Android development for my personal projects.
My latest personal project uses Python on a raspberry pi.
Vim never asks for updates 😺
Related Rants
Ah, let me open my half baked personal Android project. Maybe I'll finish it this time.
*opens Android studio*
"You have shitloads of updates. Please download and restart now"
Ok, makes sense. I haven't opened it for a month.
*runs the app*
"CoolApp has crashed"
What the fuck? It was all working before. WTF happened.
*half an hour of online research*
The google play service version is somehow fucked up. So let's fix that.
*App opens*
Yay! Let me login right away!
*Login via google doesn't work*
I didn't even touched the bloody code.
*another half an hour of research. Nothing works*
Fuck this shit.
undefined
android
google