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
Search - "android-studio"
-
Android studio gradle takes so much time to build. I decided to draw something to kill time whenever it build.
Day 3: Starlord is nearly complete.10 -
Me at the office, Boss calling me by phone..
Boss: Hi, I need a new Build of XX Android app for another client.. set the base address at x.x.x.x and send me an APK file
Me: OK, I will do it.
Boss: can you do it in 5 minutes?
Me: Sure, it's simple..
Android Studio: You think it's simple !
* Indexing Files
* Sync Project
* Gradle Build
* Indexing....
* Some f* tasks
Oh kill me now !!4 -
Rob :Truth or Dare
Android Dev:Dare
Rob: Uninstall and reinstall your android studio with SDKs @50kbps
Android Dev:Truth2 -
"Aah, time to make a new Android app"
*starts Android Studio*
AS: "Yo yo yo, before you proceed, update all these 512 things in your SDK"
*creates a new Activity*
AS: "Nuh uh, this shit won't work without this, install it"
*runs app on emulator*
AS: "Hoooold your horses, you need to install this, and this, and update this and this.. oh and also that"
*emulator finally runs, app crashes*
AS: "Ohh, ha ha, oopsies, your Gradle config is also screwed up, change every dependency to the newest version and then update them all"
*config finally done, runs again*
AS: "Umm, I am too lazy to sync it myself, so you must press the nice big button on top to sync it"
"Fuck this"
*closes Android Studio*
AS: "WAAAIT WAIT, before you go, a new Android update just showed up, you must upd..."
*alt+f4*5 -
FOR FUCK SAKE ANDROID STUDIO!!! 5GB RAM WHAT THE FUCK ARE YOU DOING!!! I NEED THOSE VMs RUNNING AND USING 5GB IS NOT COOL AT ALL!!60
-
I finally built a new PC with 8GB memory, i7 4790K and SSD for OS.
My old system was a core2duo with 2GB memory. Android studio used to take 20mins for gradle sync and another 20min for signing apks. "Live preview" and "emulator" was a thing of the future for me. Never used it.
But now things have changed. This thing boots up in less than 5 sec and studio gradle takes less than 30sec. I'm so happy right now! Its like a dream come true! *cries in happiness*14 -
-"Okay dad, i saw your previous rant on devRant about android studio. So let Me show you how its done!"
Future dev (:2 -
FUUUUUUUUUUUUUUUUUUUCK!
8 FUCKING GB GONE FOR ANDROID STUDIO! THAT IS HALF THE RAM I HAVE FOR THIS LAPTOP!!! WHAT THE FUCK IS WRONG IT KEEPS GETTING WORSE T_T48 -
Okay i'm done - YOU FUCKING ANDROID STUDIO MORONS. Being at a high level in C++, I tried to do some android coding. THERE ARE FUCKING NO GOOD TUTORIALS, NO GOOD DOCS, HECK, THE SELF GENERATED CODE OF THE IDE IS WRONG: WHAT THE FUCK IS GOING ON YOU FUCKING MORONS?
oh wait, let me first import android.widgets.rant;
or was it android.widgets.devrant.rant; or was it android.dr.rant.RantManager;?
Oh wait, I know lets search the docs?
OH WAIT THE DOCUMENTATION DOESNT HAVE THAT.
NOW HOW ABOUT I JUST TRY THE EXAMPLE CODE? WELL UH-UH! YOU HAVE TO FIND OUT YOURSELF WHAT TO IMPORT IN ORDER FOR IT TO WORK. ALSO, WHAT FUCKING UP WITH THAT PERMISSION SYSTEM? ITS SO BADLY DOCUMENTED!!!
Oh wait, I'm sure that I have to change something in this file... or was it that other file?
GOD
how dare they have style and design guidelines?
MORONS!
I will resort to implement my app idea in godot, idc anymore... I don't want to burn out because I used the "official high standard" tech.
it definitely isn't high standard and definitely not good. Thank you morons@google
THANK YOU FOR NOTHING
A FRAMEWORK WHERE I NEED 2 DAYS TO FIGURE OUT TO ADD EVENT LISTENERS TO MY THINGS IS DEFINITELY NOT ONE I'D LIKE TO USE.
also, whats up with
AudioRecord (int audioSource, int samplerateInHz, int channelConfig, int audioFormat, int bufferSizeInBytes);
ARE WE BACK IN THE C ERA? CAN'T YOU BE BOTHERED TO IMPLEMENT SOME SIMPLE FUCKING ENUMS????
WHATS THE POINT OF AN OOP LANGUAGE IF YOU ARE GOING TO USE IT LIKE C?
Oh wait I found a tutorial ... First trigger: "java scripts". Second trigger: this guy LITTERALLY ONLY TEACHES YOU HOW TO PLACE WIDGETS ON THE CANVAS. THANKS FOR NOTHING SHERLOCK!
Oh btw: did you know that android studio gives the best error messages?
"Error: illegal start of expression"
NO ERROR MESSAGE - NOTHING!
YOU BETTER USE THE IDE OR YOU GO HOME YOU FUCKER!!!
Oh and btw: if you want to read the best documentation - the code itself YOU GOTTA AGREE TO OR TERMS OF SERVICE!!!! WE DONT WANT ANYBODY TO BECOME SUCCESSFUL WITHOUT US KNOWING!!!!!
THANK YOU GOOGLE FOR NOTHING!
YOU FUCKERS!
thanks godot for *atleast* existing. You are the... last pick i'd pick, but :shrug:, I have experienced android studio now.
If anybody has any advice on what to use instead, please go ahead. And you better not tell me how good you are at android studio. I DONT CARE ABOUT WHAT YOU CAN IMPLEMENT IN ANDROID STUDIO. I JUST WANT SOMETHING THAT IS USABLE WITHOUT HAVING TO BE EXTRA CAREFUL WHEN DOING *ANYTHING*!!!!
fuckers.48 -
*trying to learn Android programming*
Oh shoot, Android studio is eating lots of RAM
...
The hell Chrome!! Don't compete with him!
(First time i saw my swap was ever used)7 -
*Looks away from computer screen*
Android studio update is available
*Drinks coffee*
Android studio update is available
*Cuddles with cat*
Android studio update is available
*Debugging app*
Android studio update is available
* "Mom" *
Android studio update is available6 -
Someone asked how patient you are?
.
.
.
.
I used Android studio on a laptop with 4 GB RAM.. and tested apps on emulator.
PS - It kept my hands warm in winters.13 -
update for all that care:
I have successfully gotten android studio to run on a chromebook.
don't ask how.
don't ask why.
don't even ask.
but know. it's working, and it was worth it.19 -
Hey guys, first rant,
At the moment I'm developing a very big and complex app. We are almost done and decided to deliver a test version to our customer. After he received our test he called us and said there is a problem with a function, he just said it's not working and wasn't very specific.
So I decided to check his problem, because an colleague couldn't figure it out.
I started the app via android studio and had a similar problem, there was a huge delay at the automatic recording function of Bluetooth messages, I thought yeah this is his problem.
I showed it my colleague and he said that he doesn't have this problem, we have different Bluetooth simulators so we thought that there must be a problem with the Bluetooth communication or the simulators are broken.
I checked if there is some kind of timing or buffer problem and logged the shit out of the simulator and found nothing, 3 hours were lost🏁.
My colleague checked his last changes because he had changed a lot at the App Api do to new conditions and those customer wishes💀 he couldn't found anything. So we thought maybe it's my device and the device of the customer. We switched the devices and tada no problem with my devices if the app is builded at the pc of my colleague.
I thought ok maybe it's because I turned some ndk features off. Turned it back on, nothing happened. So we exchanged our Android Studio Settings but no difference. So I said yeah whatever my mashine is just fucked. I restarted my mashine for the third time and started android fucking studio. Some little popup showed up "new updates"... the solution came to my mind ... Do to an update of android studio I excidently turned on Instant Run.....🌋 . I checked it, it was activated, these fucking instant run, great idea but not working... Turned it off, everything worked.
I called the customer because he can't have a problem and he said, this time not angry, oh yeah it was just a notification if I want to turn on my Bluetooth and I decided no and the Bluetooth recording is not recording, this is a problem... -😠NO FUCKING COMMENT😤-5 -
I like that google explains how to install Android studio after downloading it. Like people who download android studio don't know how to click next, next, next, next, install.14
-
That moment when you fixed all weird errors in Android Studio by frankensteining two projects together.4
-
Me: Yes! I'm finally ready to upload my first Android app to PlayStore, im so excited!!
Google: Make sure to remove all the Log calls from your code.
Me: *Finds out that there's no way Android studio can make it for you*
FUUUUUUUU**10 -
*Downloads Android Studio from the official Android website*
*Opens Android Studio*
Android Studio: "Error: Process command usr/local/android-studio/jre/bin/java finished with non-zero exit value 127
Me: I didn't even do anything yet. I guess I'll change the default Java directory to my native Java JDK
*One hour later*
Android Studio: 50 errors occurred during the Gradle Build.
Me: ( ._.)3 -
Android studio: Installing APK
ADB: Device disconnected
Android Studio: Failed to install
ADB: Device reconnected
Me: *Hits debug*
Android Studio: Installing APK
ADB: Device disconnected
Android Studio: Failed to install
ADB: Device reconnected
ADB: Device disconnected
ADB: Device reconnected
Windows: Updates are ready to install
Me: FUUUUUUUUUUUCK7 -
*Working on android app life is good, but iMac suddenly became slow*
Me: Wonder what I have open
*After checking and found only Android studio and FF Developer edition*
*Checks RAM: 654MB remaining*
*Closes Android Studio*
RAM: 4.83GB remaining
T_T5 -
I’m convinced that Xcode and android studio are locked in an epic race to the bottom to claim the title of shittiest IDE.6
-
My friend who is new to Android App Dev was trying to make a simple app that programmatically takes a pic then sends it as an MMS. He opened Stack Overflow, copied code and i heard him murmur "hmm this is simple". Knowing the future, and the wrath of Android Studio, i leaned into my seat and waited. 2 hours later i knew Andy Studio had pissed all over him and it was written all over his face. I walked past him as if to go to the toilet then back again, his screen was blood red with errors and my heart danced and sang.
3 hours later i was out of the room and he sent me a text saying "I give up". I replied, "well tbh, im suprised it took you that long"
Thank you Android Studio for showing all those who think all we do is copy and paste code that they are freakin retards.4 -
Holy fuck. Didn't realise how slow Android studio was until I started using visual code with the command line tools. 😮6
-
Goddamit! Why does hitting Ctrl+Y in android studio is set to delete a line by default? Shouldn't it be redo? Who the fuck designed it? Thank God I can reassign keyboard shortcuts in android studio.10
-
What is this, what the fuck is this shit?!!
Are you actually serious Google? Android Studio my ass...
The compat joke is a good one...22 -
Sometimes, I think Android Studio is using my resources to actually mine bitcoins whenever there's a grade build.2
-
Android studio runs sooooo much better on Linux as compared to windows!!!
I just can't believe it!
My build times have been reduced by like 70% on the same laptop!
Why on earth was I even using windows all along!!5 -
Steps to work on android studio -
1] Open android studio
2] Wait for an hour.
3] Wait for the build.
4] Build failed.
5] Get frustrated, close it.
6] Repeat 1-5.10 -
Android Studio Installation.
What is the fucking point of giving an option to install the software somewhere other than C drive when the installation fails if done so.
Fucking cunts, multi billion dollar company my ass. Go to hell you stupid fucks.15 -
Me : *trying to download latest version of android studio*
Google: "Your client does not have permission to get URL /studio/index.html from this server. That’s all we know."
Me: FUCK YOU GOOGLE
Me: *googles: دانلود اندروید استودیو* (which means download android studio)
*and downloads it from a random website*
It happens every goddamn time, why the fuck i can't download this shit !? Because these countries are fighting each other all the time! What did i do wrong in my life? I just want to download your fucking app to write another shitty app to continue my fucking life. I don't know shit about this wars happening, I'm just a dev like others all over the world.
Downloading an app, is that too much to ask? Well fuck you then.14 -
My day:
Creates flutter project.
Gradle failed
Update Android studio and gradle
Gradle failed
Uninstall a Android studio (at least I thought I did)
I install Android studio
Gradle failed
Repeat least three steps 2x
Gradle works!
Flutter failed.
:(3 -
I'm beginning to think that the "Instant Run" button in Android Studio is just a duplicate of the "Run" button, but with a different icon1
-
F@#$% ANDROID STUDIO! You should definitely add a feature of giving a Pop-up window asking if the user REALLY WANTS TO OPEN THE SOFTWARE OR NOT!
You should see my face when I click on android studio icon by accident 😩 on my Windows...6 -
Just got started on my first summer project.
Drinkaloo: The Ultimate Drinking Game.
Never touched android studio before. This should be fun.7 -
JAVA_HOME = jdk1.8
Android Studio JDK location = jdk1.8
studio.bat JDK=jdk1.8
Run Android Device Manger - sorry you need jdk1.8 and you have jdk1.7
Aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaafuuuuckyouuuuuaaaaaaaa🤬🤬🤬🤬🤬🤬🤬🤬🤬3 -
Something made me realize why some developers like using multiple screens :/
Android Studio, git bash, Sublime Text and Node.js command prompt on a single 16" screen.12 -
I sat down at 7pm to work on my app. Pull from Github, have a million gradle errors even though literally nothing changed, and Android Studio wants to update itself and the whole sdk. Long story short, it's now 9:56pm and I'm praying gradle doesn't fail so I can finally get to work on something...4
-
I just opened an old project in Android Studio, right after I had updated the IDE itself.
It compiled without any issues. I think I want to wake up now1 -
*sees an app and gets motivated*
*gets psyched up for a revolutionary app*
*boots up pc*
*realizes how long Android Studio takes to load*
*sudden loss of motivation*
*turns off PC*1 -
So Android Studio + Ubuntu VM = 16GB RAM are not enough, but how about Android Studio INSIDE Ubuntu VM, that will teach that bitch to stick to 4GB RAM usage!2
-
After writing JavaScript codes in Sublime Text I realise how easy it is in Android Studio with intelliJ.
You may be slow Android Studio, but you are smart. And I love you for that.2 -
$Me: I want to start creating my own android app.
$Me: Let's start by installing android studio
*Goes to download AS*
$AS: That'll be 4gb of your disk space
$Me: well nevermind then
Really? 4gb for a fcking IDE and some build tools?5 -
Running Microsoft Visual studio and Android studio IDE simultaneously on an 8gb ram PC. It was an annoying experience until i "accidentally" clicked on Chrome... and my sorrows ended! Phewww.
Thank you Chrome.3 -
Fuck Android Studio Fuck Android Studio Fuck Android Studio Fuck Android Studio Fuck Android Studio Fuck Android Studio Fuck Android Studio Fuck Android Studio Fuck Android Studio Fuck Android Studio Fuck Android Studio Fuck Android Studio Fuck Android Studio Fuck Android Studio Fuck Android Studio.... Fuck this shit hole to the end of time8
-
Everytime I open Android Studio for the first time. I look at my code and I'm like "What is this? What was I thinking?". But 30 minutes later I'm so deep into the code I'm almost in a trance. Tell me I'm not the only one.5
-
idk if I´m getting better in coding or Android Studio is using some "black magic" but after working on a project for like 2 hours it compiled without any error.2
-
The good part is with each update Android studio gets more and more powerful with more and more features.
The sad part work each update Android studio gets heavier and even the basic feature is a pain in the ass to work with
-One sad Android developer ;)2 -
I am good to the programs I use.
I give the all the needed ram.
Except Android Studio, I don’t have a fucking server.7 -
Google: The all mighty bug fixes for Android Studio are now live, see version 3.4
Android Studio: But I still freeze when I need to format xml files tho, but who cares...
** Days later
Google: Android Studio 3.4.1 is now live! Smash those bugs!
Android Studio: lool I still freeze when formatting an xml file ¯\_(ツ)_/¯1 -
android studio is TERRIBLE. why cant they just make a fucking good linux installer? they're a fucking half trillion dollars company and can't get their shit together. its terribly unprofessional, and makes vim look like a god. maybe not all of us has have access to nasa's supercomputer and don't have a month for it to start.
here's a story about the installation of android studio on a (fairly high-end) chromebook running gallium:
I went to the website, which by the way could tell I was on linux but still automatically showed me the windows instructions, and downloaded android studio, 1.2 gb for fucks sake! I have a 16 gb hard drive! then it installed, and I closed it, because I was gonna use it later. I had a problem with it the first time, so I reinstalled, and halfway through the installation, IT DECIDED IT NEEDED SUPERUSER PRIVELEGES. fuck that. I restarted the installer, with sudo, and it took about switch as long this time. then, it made me redownload the sdk and all that other bloatware EVEN THOUGH THEY WERE INSTALLED IN SEPARATE FOLDERS AND ALREADY DOWNLOADED. jesus christ, google.4 -
>Installed Windows 10 Insider Build
>Opened Android Studio
>*creating Gradle project info*
>BSOD
:(2 -
There is an error in almost every file, and yet this seems to work
On other days there is not even a single error and still it cracks.
Android Studio, you need to watch your drinking habits -_-8 -
With Android Studio, 90% of time I am stuck waiting for gradle builds to finish, and 10% of time I am too pissed to code anything.4
-
Got informed that there is a bug in production that needs to be addressed on top priority.
Me opens Android studio to check.
Android studio: chill bro2 -
Installs Plugin to do certain tasks _faster_ on Android Studio..
.
.
Android Studio loads/runs _slow_ because of certain Plugins..
.
INSTANT KARMA 👏🏼 👏🏼4 -
I was using chrome + Android studio simultaneously on my windows. I saw 3 episodes of 'friends' while my Gradle build finished.2
-
!Rant && !Believe what I am seeing 😓
Just downloaded Android studio 3 to give kotlin a go to find out their designer is soooo much better now, I tried editing an activity with constraint layout and many elements inside without a single freez 😨5 -
I don't get the point of spamming a link...
Let's get on a long journey with Android Studio by my side (or not if I read these rants)...
Edit: Compression fucks it up... you can still see it's the same link being spammed.1 -
RAM's deadliest archenemies: Chrome + Android Studio
Forced me to add a SWAP partition so that Linux doesn't shit itself, and it's almost filled up as well.4 -
Acquainted with the previous logos the new Android Studio logo for v4.1 is annoyingly difficult to locate from the taskbar menu.7
-
So this happened with me today.
Me: Will you be Gradle of my Android Studio?
Girl (Designer): I can't build you.
Despite the negative, my affection increased twice fold on her now. -
On my system Android Studio sucks half of my RAM. Come on guys, even sharks are not that hungry for blood.
If in the worst case you had Chrome running in bg, the system will just kill itself. -
Why the fuck is android studio such an unoptimized POS?
It sucks up resources like a sponge.
And Gradle just pushes the cores to the max.
Simulator is a memory hogging Pos too.
I had to buy a new laptop just to run it faster.
I had
AMD A8 4500M
8gb ram, running on Ubuntu.
Now I have macbook-pro 15 in. And it still can ramp us the fans.
Ffs get your shit together jetbrains.15 -
1. Hits "Run" in Android Studio.
2. Goes to make coffee knowing Gradle will take a while to build.
3. Comes back after 30 minutes.
4."Select Device"
Fuuuuuuck!😠😠5 -
my first day with Linux.
1. downloaded the Ubuntu 16. 04 LTS and made bootable.
2. install it on my system.
3. after installing wifi is not working.
4. searched on internet with my phone and connected my PC with USB thetering.
5. now installed wifi driver.
6. now my Nvidia card is not working installed its driver too.
6.finally i look at my desktop and its looking really ancient and old.
7. installed gnome desktop and switch to it.
8. now gnome is not much functional so added some extensions like dash to dock, dynamic transparency.
9. now setup java and android studio.
10. after that android studio font is looking blurry. finally stackoverflow made my life easy and i fixed it.
now after all this my system is working crazy fast.. Android studio is opening in just 5-6 seconds.
really happy.. 😍 😍7 -
Asking Android Studio to convert your layouts to ConstraintLayout is the equivalent of asking a two legged horse to do your laundry.2
-
I always thought the gradle icon in Android Studio was a mouse with its tail. Yesterday one of my colleagues told me that it was an elephant. Never realized it until now 😐4
-
I just got an advertisement for Android Studio?
Why?? Why would google spend money telling me about Android Studio?? I'm a bit off-put by this?11 -
Never thought I would assemble an APK using terminal, but thanks to cheap SSD and Android studio, I think enough said, Android devs will understand lol14
-
I think I can learn English here.
HAHAHA
I can also learn professional knowledge.
**I am a Korean.**
And...
Succeed!
Android studio AVD powered pictures4 -
Android studio is a PATHETIC excuse of an IDE!! And managing a constraint layout inside a scroll view is worse than having my nails pulled out while a bamboo is growing into my spine at record time! Screw this piece of shit IDE!! I suck at front end bad enough to have to deal with its buggy frontend IDE!! Aaaah!!!! - pulls lumps of hair out-16
-
I didn't posted something in a long time so...
TL;DR: FUCK YOU ANDROID STUDIO YOU FUCKING SHIT PIECE OF SOFTWARE
Thank you for your time.
I am running my own meme social network. For quite some time I wished I knew a Android developer, which could help me.
Because I know java I tried it myself, and Android studio is one of the worst programms I've ever seen.
My app crashed the whole time, just because my studio version was 1 behind. Updated studio, everything worked.
My layout wasn't showing correctly, reopened Studio, all layouts deleted.
For no good reason video views aren't resizing, so I need to use exoplayer.
One video on my platform nearly crashes the app when creating a thumbnail.
And so one....
I fucking hate Android studio...
(PS: if your a German, Swiss, Austrian you could check out my network and may become a beta tester of the app)15 -
Just started android development with android studio 2.1 and spent 30% of the time for actual coding and 70% solving ui rendering issues!1
-
I am upgrading my laptop ram from 4GB to 8GB. I can't wait to do use Android Studio with the required ram!4
-
Oh God, I just realized I suck at coming up with ideas for layouts.
I have been staring at my abomination in Android studio for, I don't know how many, hours. :/2 -
I just learned that you can use Android Device Monitor in Android Studio to take screenshots.
Until today I was using adb screencap -p /sdcard/filename, totally forgetting the filename, go through all the commands and see what fucking file name I used and do an adb pull. It was a lot of fucking work.1 -
*Furiously cracks fingers and starts typing*
When I first tried out mobile app development some weeks ago I found it pretty fun. Now when I have a internship with a company to create a Android app I was kind of excited. Now after just a week I don't think I will come back to Android development again. Android studio eats my RAM and made my computer hang itself, and the thing I despise the most is gradle! AS f**ks with my gradle also so now they are all gone and i'm trying to rewrite them by myself...
*Furiously tries to calm down*10 -
what to do with this android studio, taking up 2.3 gigs of RAM😪😪😪
good thing i upgraded my ram from 4 gigs to 8 gigs before getting into android development 😪6 -
Updating to Android studio 3.2 was a huge mistake two days passed and I cant get the damn project to build 😡😡😡😡😡10
-
Motherfucking Android Fucking Studio. Just told me there is an update for the fucking simulator, and after the update it refuses to even sync. Fuck!8
-
In a conference video call of our tech team, someone remarked how he used to believe his laptop is so powerful until the day he installed Android Studio. To which I remarked, it takes somewhere around 10seconds on my machine to build this up. No wonder it became a butt of jokes, someone would say my laptop has a nitro-booster, or I build Hello World Programs. I literally had to show them screenshots and gradle build logs.
-
This is my first time working with Android Studio and I'm not sure if it's really building my project or just got stuck...
It's been over an hour and I'm still waiting.6 -
You can now group projects in Android Studio and even add icon to them.
Right Click on Project -> New Project Group
Right Click on the Project -> Move to Group3 -
I gonna puke if I see more whining on android studio from a guy having 8GB of ram and running IDE emulator and a browser. To remind everyone, decent android phones have 4GB of ram or more. They have memory cards with io speeds comparable to SSD. They have 10 core CPUs. And still, people want to develop on potatoes.10
-
- Did you know Google is who manages Android.
- It's a simple fact.
- so you know Visual Studio is not designed for Android? Then why it's easier to build a hello world app in visual studio but Android studio which Google build it?
- O_o22 -
I hate android studio. No wait i love it. No i hate it. Can't seem to make up my mind about it. Its slow, kills my computers performance, messy interface. But despite that it's something appealing about it. Everything seems to be avaliable for previewing as one work.. aaand then it breaks my computer and I hate it again..3
-
If there was an IDE which combines Xcodes debugging with Android Studios code completion, that would be an almost perfect IDE!
In Xcode you don‘t have to start the debugging process explicitly, you just set breakpoints while the app is running. Thats so much better than in Android Studio where you have to switch from normal running to debug mode.
In Android Studio you can use a function which is not declared yet and if you declare it afterwards, it is recogniced and can be completed by the code completion. Xcode does not know shit about undeclared funtions...5 -
What the f*** is this gradle in Android Studio??
M getting tired with this error. Whenever m starting studio it stuck on waiting for build to finish project.. I already done with checking offline work still it's not working.. What the f*** should I do with this error??9 -
After 2 months of working with Android Studio I have to apologise... Im sorry for any bad word Ive ever said about you VisualStudio, I love you!2
-
Anyone know the reason why Google removed the Android SDK from the Android Studio Installer? It's making me work harder in setting it up :/5
-
Trust Google. Trust the Process.
The Android Studio Installer doesn't show download progress bars, speeds, ETAs or the size of files being downloaded. I hate this design. Tell me exactly what, why, and where is being downloaded so that I can download it myself with a better HTTP large file client, put it where you want it, and restart the installer. I know my machine and ISP and Google does not. I don't trust Google to make a single right decision, and I only want to relinquish control when I don't have time to do something myself.7 -
Android Studio is by far worst development environment I've ever seen. Slow as fuck, messed up and cumbersome, not much better than eclipse. Menus are hilariously fucked up. On top of that, clear new setup (on Windows) may as well melt up your PC if you have that shit running overnight: after a weekend I came to the office and my MBP is fucking screaming and breathing hot air... I was WTF is that, and when I logged in, this fucking garbage android studio was taking 100% of all 8/16 cores ... WHAT A FUCKING HIDEOUS PILE OF SHIT FROM GOOGLE. Google: please kill this project, no need to improve or fix it, it's garbage. Start over.26
-
When will I learn. Every time I try to update Android Studio, it breaks all my shit.
Serves me fucking right.2 -
Fuck Android Studio and Gradle!
Especially Gradle, you fucking slow RAM consuming shit!
It consumed like all of my RAM and my computer is lagging like shit
It can't even import my SVG!
Because of frustration I accidentally hard reset my local git repo and lost 3 hours of work!8 -
The mobile application my company is developing is beginning to fail in a prod environment because the third party tool we purchased to sync our 3 databases in the background isn't working as expected, so I have been assigned the task of rewriting the entire application. I chose to do it in react-native/redux which I have never heard of until two weeks ago, and I have never enjoyed programming so much in my life. Shit just clicks and works the first time more often than not. Android Studio had me banging my head against my desk daily. Kudos to these technologies 👌1
-
Fuck you android studio, fedora, and my incompatibility with you. Maybe I'm just a stupid user or I'm forever treading on corner cases, but all I'm trying to do IS GET STUDIO TO SEE WHERE THE JDK IS WTF.4
-
Why is it such a hassle to get Android Studio to work? Spending several hours filled with with installs, reinstalls, downloads, googling, troubleshooting, more failures, suicidal thoughts, env variable tinkering, crashes, total apathy - before I can finally start writing some fucking code is fucked up.1
-
I was working on an android project this morning.I started android studio.
I went and made a cup of coffee and had it,came back still gradle was building -
Please update your Android Studio or your computer to the newer versions and stop ranting about Gradle build time.
Please!!!2 -
!rant, but friendly advice.
I see all those jokes about Android Studio being too heavy, and while I completely agree, want to ask you guys something:
Have you increased the memory it can use in .vmoptions?
Mine lagged as hell, but was using only about 1GB of ram.
After slight change in that file, it finally started working like it should from the beginning.6 -
When udacity makes you do 2 full sections on XML for Android and then tells you to download Android Studio and it's like "here let me write that for you but without fucking it up"2
-
Fuck Android Studio updates. Why you morons call it a "STABLE" update when its clearly not? -_-
You guys ruined the layout editor -_- But you guys also left no way to use the older version nowadays.
Fuck you Google!!!
FUCK!!!6 -
FFS Xcode can’t talk to an iPhone and and Android studio can’t pick an Android SDK. The help page doesn’t even mention “Android SDK”
Race to the bottom to be the shittiest SDK I’m telling ya! -
Tool for annoyed Android Studio devs:
Dealing with the limitations of Androids Studio when importing large sets of resource files, such as fonts, who don't fit in the limitations(Filenames are uppercase, contain hyphens etc)?
This tiny tool will help you:
https://github.com/laim2003/... -
But why can’t Android Studio work out of the box?
I want to develop, Not mixture with gradle and stuff...
Time for a Power Nap.2 -
Spent 10 minutes investigating why I can't hit a certain breakpoint. Find out I put it on a comment by mistake.
Fuck Android Studio 😡9 -
(Yes, another one of these)
Can someone please explain why android studio (including emulator, but still) plus a couple of firefox tabs and windows 10 occupy the ~8.7GB of RAM that are 74% of the 12 gigs I have? Especially since summing up the ram in use by applications according to task manager makes it look like only 3gb. Is Android Studio using some dark magic to conceal its RAM usage? What the hell!2 -
I just spent a few hours wondering why Android Studio wouldn't recognize my phone. I later found out that it was set to "Use same device for future launches", but as i never used a device before it just didn't have a standard device and decided to just throw me an error instead of asking me to select a device. Yeah, Android Studio is great
-
Android Studio upgrade
Over the weekend I upgraded my android studio and the project files of my current project and all went smoothly (as far as I thought).
I did not touch the project till today as was implementing some few features only for some few unexpected bugs to creap in.Been implementing that feature for some time and thought would be done in a flash only to my disappointment.
Turns after upgrading my SDK they were some conflicting dependencies that had no idea of.
To make it worse my fall to branch was way behind the active one and had to create a new project from scratch and copy paste files.
All this after spending hours in Stack
Overflow and scratching my head.
Lesson learnt to commit more frequently.1 -
You know you need a new pc when android studio freezes after you app crashes when trying to print out the exception but Crashlytics is faster by sending you an email.
-
Between android studio and Unity, which one si better to make a adventure text game? Why? (i'm learning, dont kill me please)8
-
A very frequent topic for rants I see is the slowness and high resource utilization of Android Studio. My first thought whenever I see these rants is, "why not just use a normal IDE or a text editor?" Is Android Studio a hard requirement? Will no other software allow you to edit Java code and assemble it into a usable apk?5
-
Not sure if I am Allowed to ask general questions here but here's the thing. I just began making Android apps. I have made a few basic of them and I use constraint layout via the layout editor in Android Studio. Is it okay? Do professionals do the same or do they actually type in the xml code?14
-
my slow laptop.. when I run android studio, Firefox and an emulator together.
why everything is so RAM eating?7 -
Knew Android Studio Emulator was heavy but didn’t know it can take more than 6 PetaByte (~6,000,000 GB).🤣 Are they preparing it to run big-data queries on emulator.
-
Can anyone transitioned from eclipse adb to android studio actually work with the damn studio?
The eclipse plugin was one hella glitchy but working with it was easy and clear. The Studio makes every fucking simple thing to science.😅5 -
Love this fucking Net Speed !
Sitting at Microsoft Innovation Centre, had issues with updating Android Studio. New download completed before the previous one could uninstall !
Wish my home workspace was like this ! <32 -
Was really motivated and started out with Android development.
Android studio is sick as fuck.I am struck in the second step.The only solution I can find is "try restarting your system".
Like wtf arrrgh!!
After gazillion times of restarts later. Finally, I am giving up.
Thank you google, now go f*ck yourself.9 -
Just now discovered how to debug over network in Android studio. Another way to flaunt a geek look at others today ☺☺
-
Dafuq is wrong with Android Studio, build error report is useless every time I have error in one of my files I need to run gradle assemble debug manually to know where the fuck is my error
Like now I changed type of a property and as usual build report showed error in Databinding auto generated class instead of pointing to my fragment where the error should be3 -
My states of learning Flutter:
Oh, this looks easy!
Hm, this example is very complicated.
Aw yeah, I'll never need Android Studio again!
How much is a iOS dev account?
Oh for fuck's sake, why is everything working except displaying a webpage in non-fullscreen dynamically and implementing it in my widget tree? It is unusable for me if this doesn't work but I want to use it! >:(2 -
For some weeks now I've been having strange compilation issues with Android Studio on Windows 10. Some of my builds fail with funny errors that have only 1-3 StackOverflow entries. When I switch to Linux (Pop!OS) it complies without errors apk gets installed on device. At some point I was frustrated where I spent a whole day trying to figure what's wrong only at night to code using Linux and it compiled. What's up with Android Dev on Windows?3
-
Did any of you try using Android Studio on ChromeOS?
Does it work faster compared to bloated Windows or OS X?3 -
Few of my frnds are doing a small hardware project , they need to make an android app for that, they arent much of devs and hadnt used an IDE yet.
They downloaded Android Studio and installed it. On trying to start project , an error poped up saying SDK is missing .😑.I have to set the path of sdk for them. After that they tried to start the first project. It worked and after a minute or so everything was done. I just waited for all squiggly lines and red colour in code to disappear , but they didnt. 😶
"Messages" showed lot of errors. I am also a noob so most of them were unfamiliar to me. I was a bit busy and was about to leave, so i couldn't say much to them other than to "google the errors, there will be simple solutions for all ".
My point is, if this is the kind off problem someone faces while starting out in android programming, wont they feel like quitting even before their "hello world" application is done.4 -
Hey Android Studio when I put you to bed you was happy and we had so much fun! Why in the morning when I open my project you complain about build issues? What changed?...
Oh, I get it GRADLE is messing you up again! FMDL2 -
So, this is a story of an experience a friend of mine had with Android Studio.
As part of our semester, we are required to make an application through Android Studio, and had no previous experience with it. We started to download and install it all which were a nightmare on its own to make it work.
While i got it to work in the end, she encounterred a big issue. Her pc was named after her name, which contained letters android studio did not understand (æ,ø,å) and made it absolutely useless.
After installing and uninstalling multiple times, she ended up making and entire new user called "F#ck Android Studio" just to make it work.
No idea if there was an easier way, but damn its been hell for her4 -
Every time I try to use Android Studio in any linux distribution it makes file system read only mode and I have to use fsck command every time. Is there anybody who have the same problem as me 😐😐3
-
!rant
Did you guys know that on Android studio, if you set the keymap of completing the current statement to ' ; ', every time you hit ' ; ' after you finish your line, it will auto indent it for you.
You're welcome.5 -
I'm really fed up working with android studio.
I had to use it on my vocational training. I had lubuntu there, and we weren't allowed to bring along our own laptops. In my desktop I had ubuntu and windows 7.
I had to work with my project made in lubuntu at home, and it didn't work, on neither OS. I eventually tested I wasn't able to run the project cross plataform thanks to my desktop, but when I installed android studio on my laptop, it seems like it doesn't work with the same OS but a slightly (one week) version later.
I had to scrap the whole project on my desktop, copy the laptop's installer into desktop's window and make it all over again in order to be able to use the same project in both of them.... Until I updated. I updated both of them without reinstalling them, and the gradle never agreed again.
After two years I'm trying again and this problem still exists... And gradle is now even slower to crash. -
I haven't tried developing any Android project in a while but once I did, holy effff Android Studio is soooooo frustrating! Even on a 7th gen i7 (granted U version) 16 GB of RAM laptop it's slow AF. But I heard a lot of people saying that it's not bad and works well even on 6 GB of RAM. What's your setup for a good experience developing with Android Studio?5
-
Is the Android Build process getting slower with every update or is it just me who is experiencing that...
In the newest Android Studio Beta it went from 3m to 7m 🤦♂️
And my whole computer is blocked and not usable while compiling7 -
Holy shit, what a language...
I'm currently learning Java right, I have never seen such a weird language in my life.
My background is Web Developing and some lua here and there. After a while playing around with Kivy and other alternatives to native Android Studio development I decided it was most probably time for me to start actually getting ready for the inevitable Android Studio.
Getting used to the GUI was easy, everything seemed to make sense and I was already used to IntelliJ.
But the issue came from Java, the number of ways that it's broken, just JVM by itself should be enough to condemn this language to eternal doom. Not even talking about the Syntax, coming from JS it was basically Hell.
I get it's more than useful, but seeing its History, Java should've probably stayed at its Oak stage lmao.27 -
Do you use any other IDEs as Android Studio or Eclipse? I dont wanna use Eclipse and AS is to buggy :(. I only search an good ide for Android dev (using java)13
-
I'm starting to get annoyed with Android Studio. I generally enjoy it as far as an ide goes, but why does it need to update so often??? Seriously it feels like every time I open it I get a notification saying to update something or other.
On a somewhat related note but not actually Android Studio's fault, I have decided that IdeaVim sucks. It's good sometimes, but it can't keep up with my keystrokes, so I end up with random characters in my code because even though I hit "jj" (remapped to ESC) then start typing other commands, I end up with the next command being read as still in insert mode, then it catches up with the escape and pops me back to normal mode. It drives me crazy because then I have to go back and undo the extra characters, then redo my command and it kills my flow. I'm not even that fast of a typist, it shouldn't be that hard to keep up... -
Just added a new alias to my .bash_aliases.
alias killstudio='pkill -f android'
What it does is kill all process with the name 'android' in them forcefully, like in android studio. -
Is there good monospaced font for windows? specially android studio, i don't know who the hell is choose this shits for MS..
MS your fonts are sucks, believe me :)5 -
In morning I thought to complete my work asap so I quickly went to office, started my laptop
....... after few mins it started.
I clicked on Android Studio Launcher......................................................................................................................................................................................................................................... (after 15 mins) it started.
I clicked on the project to load..........................................................................................................................................................................................................................................................gradle is building message................................................................................................................build.gradle message..................................................................................................................after 30 mins it loaded.
Finally I did some code, made some UI changes in layouts and clicked on RUN :(
............................................................................................................................................10 mins.......................................... another 10 mins.............................................................................................. after 28 mins it ran on my device. At this moment I couldn't think to start emulator..
In the end I couldn't complete my work.5 -
Been working on an Android app for some time. Silly me too lazy to use VCS. Anyway, one day android studio just could not build my project and errors that should not be errors popped up everywhere and nothing I did fixed the problem. Somehow my project got corrupted. 3 hours later of googling and trying to recover my project I had to resort to creating a new project and manually port the old files in one by one :( but all I have to say is WHAT THE FUCK ANDROID STUDIO3
-
Seriously why does Android studio lag so badly.I mean it's beefed up version of a text editor( I love studio for it's innumerous IDE features).It eats away my RAM and you might have guessed it right,I do have 4 GB RAM. The application takes memory that is sometimes more than that of games.2
-
It took me an entire week to install Android Studio pressing retry a hundred times because of how crappy our internet is at work.
How do they expect us to work in these conditions! Some days it works alright, most days it's like pulling teeth.1 -
I can run spotify, chrome, android studio and a 4k game at once without any problems on a windows pc15
-
What is wrong with Android Studio it used to be better just the sheer number of updates and the gradle build oh the gradle build5
-
I want to try some Android Development. I already have basic understanding of both C# and Java. C# even a little bit more. But the language is not the problem.
I just can not decide wether I should use Xamarin or do native development using Android Studio.
What would you suggest me, guys? :-)7 -
I still hate Android Studio :( :( :(
Worked all morning on my project, debugging, no problem.
Now all of a sudden it crashes whenever I try to debug. java.lang.ClassNotFoundException - random classes.
But it runs fine if I just run the app.
I reverted to my last working commit, and it still does that. I restarted my computer. No luck.
I disabled Instant Run. No luck.
I tried to upgrade gradle to 3.3 - no luck. That's the extent of stack overflow suggestions for similar errors.
I am stumped. What has changed in the middle of a work-session when I have not changed any settings in the IDE, have not updated anything.
Aaarrgh!6 -
Why in the world does xcode not have automatically generated constructors, getters and setters while android studio has them 😓3
-
My fresh install of ANDROID STUDIO cannot create ANDROID projects... Get your sh*t together Android Studio2
-
I want to make my own Android app. I have completed Java basics. In Java basics I have completed encapsulation, abstraction, inheritance, polymorphism etc. I have basic knowledge of these all. I cannot switch myself to Android studio because I am not having a good laptop but after one month I will buy a good laptop. So in this one month of time what should I learn which will help me in my Android app development.3
-
Android studio is a piece of shit. One day it works as expected, the next day I keep having to run ”clean project” 54 times before it decides that it wants to make a good build.2
-
No Problem Android Studio, just get completly fucked up. It's not like if i would need to finish this course before thursday, no i definitly have time for this shit.1
-
Working with windows and android studio makes you sitting crying in firnt of you laptop, repeatedly singing "i hate you i love you"
And obviously if you are googling what makes android studio so slow( not while gradle crap builds!) some people also write that android studio has no problem on linux. Fuck7 -
Using canary versions of android studio is fun but I hate it when you have to download entire package again and again because of some new fixes :/
-
Am I the only one how press CTRL+S more times in Android Studio and notice than that it saves automatically?4
-
When you import a project into a fresh install of Android Studio and the bitch has a gazillion things to install.
You might as well take a good nap if you've got shit internet 😒 -
just finished a prototype for my android app, when i all of the sudden find out about flutter and dart, and i have the fucking urge to rework EVERYTHING just because i fucking hate android studio and java for it verbosity
android studio is good in basically helping you limp along with java, but when i saw how smooth dart code works, i just started getting frustrated at every little complication the android API makes at doing android things in a java way
fuck that, i'm learning dart now -
I don't know if I'm too frustrated to find a simple solution or if I'm just plain stupid but WHY DOES MY IMAGE LOSE 90% QUALITY WHEN I IMPORT IT TO ANDROID STUDIO???1
-
Any suggestion for an alternative android device emulator, to the Android Studio one?
I've got an AMD cpu, that make the AVD run very slow 😞7 -
Love to load Android Studio + AVD in my PC, a notebook that has to be restarted twice before I can even open anything1
-
Been a while since I used Android Studio, the moment I hit build my laptop looks like its about to fly away, fans spinning so damn fast :\6
-
Android studio has a mini version of TensorFlow,
Me: makes an AI Gallery Vault
Gets Notification: "Seems like you have a spouse and there are inappropriate pictures in your photos and downloads that could potentially start a fight, do you want to automatically hide them?"3 -
Just realised how frustrating it can be to setup Android Studio on Ubuntu and Windows, for React Native.
Was only using the creat-react-native-app yet, without the native code.
Feels good to finally see it working.
PS- Still can't get the emulator to work on Ubuntu 😭2 -
What do I need to develop android games, do I need necesarily Android Studio and Unity? I want to develop a game like Bitcoin Billionaire (search it on Play Store if you don't know what game I'm talking about)12
-
I have been learning android dev in android studio for the past 20 days from the book "Head First Android Development" and as I am starting new chapters, there are always new methods, inner classes... of new widgets getting introduced to me and it's getting hard to memorize all these stuff!
Can someone give me some advice? In serious need of help.
Do all the professional android developers keep a guide with them while they are developing apps?5 -
Android Studio 3.2b4 once again regressed on "No tests found" bug for Kotlin projects.
I guess someone at big G decided to "comment out failing tests for now and come back to it before the release"
I feel like this rant should be riddled with profanity but at this point I'm not even angry just very disappointed 😥 -
Just a question, is possible in Android Studio to display a fractions using strings?
For example, instead of (m1 + m2) / v2 use a fractions2 -
the time when android studio sucks.
tried using an updated version of the library and it's still working with the old.
downloaded the latest from github, added as a project dependency and it's still not working. 😑4 -
How do you import twitter sdk on android studio without fabric. It gives me error every time. I followed the official documentation of twitter nut couldn't resolve it
-
Today, I installed Android studio on my macAir with virtual emulator without any Gradle failed things. Had so many problems when i did it on my windows and linux laptop :/. Today i just clicked next next and done :/. Mac is ❤
-
Is it me or Android Studio is really slow with last updates? I mean from last 2 or 3 months it takes a lot to do anything1
-
it seems currently in android studio , it can't differentiate between file extension. That's why it's giving duplicate resource error during app release build , while both files extension are different.1
-
I'm fascinated about story games like: Sentece, Who's the killer, I'm innocent etc.
I have a question, how can I build a game like this? How is this game created?
I'm an android developer and I work in Android Studio, is there any solutions to build this kind of games in Android Studio.
If is this possible, how?
If is not what should I use, unity or?5 -
Anyone know how to get by the "Out of Memory" error on Android Studio when an image you have is like 102941092301mb too big and it crashes your app when you debug?
pls I need help, this image looks terrible when it isn't the resolution I would like...7 -
Hello Everyone,
I am trying to learn to create apps with Android Studio and Swift5. However, my current laptop is not okay to work with its 4 GB RAM.
My question is, i am planning to buy a MacBook Air I5 8GB RAM 256 GB SSD. Do you think it is enough for me to learn coding in the first place and create apps?
Let me also state the fact that additional RAMs like 16 GB and bigger SSD size are really expensive in my country. So i’m looking for something that can work Swift and Android Studio (with Emulator) with no problem.
It would be great to hear from you about your experiences and advices.
Cheers!13 -
Thanks to the simplicity of android command line tools I wasted 2 days trying to set it up and then ended up deleting every byte it created to install android studio which comes with its huge IDE which I'm never going to use.
-
Me just now:
> finishes adapting an app for my purposes in android studio
Time to export a signed apk!
> successfully locates the keystore I generated a year ago
> even remembers the passwords
Nice! Now I can finally close Android Studio!
One second after I close it:
Shit, I forgot to enable dark mode
> reopens android studio
(The dark mode normally becomes accessible through in-app purchases, but since I built the app from source those don't work)3 -
For making android apps, we have Android Studio likewise what we have for iphones and mac? Can anyone help9
-
when you enter to android studio 2.2.x..and you see how they just added the "constraint" layout... xcode? is that you?..
-
Android Studio, if you're going to provide nifty built in Github integration, don't force me to wait 3 fucking minutes just to log in everytime I want to do anything. K thanks bye.
-
I want to create a theme for my android using android studio. Anyone has the code that I can modify and use?4
-
Why the fuck do i need to restart Android studio every time i attach a new dependency?
Fucking annoying5