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
-
I had something like this happen to me with a website project I'm working on.
I just moved all the associated files into an "Old Projects" folder and started over. It was so fucked up and would take longer to fix than it would to start over. -
This shit happens to me all the time. Nearly always it's because some bellend has fucked with the data source.
-
had something better few days ago:
1. built an android app downloaded from github, with no changes.
everything works... well, at least to the degree to which that pile of shit was supposed to.
2. added 3 lines of code to a file (no includes, nothing like that, just some mundane logic)
3. build again.
4. app now crashes on start, reporting "unitygar could not be found" - that being, a native android plugin file for google arcore, which is clearly included in the project, i can see it there, it has been there from the start, it hasn't been moved anywhere, it wasn't touched nor renamed, nor anything in actual project structure has been changed, suddenly... well, can't be found, nobody knows why. -
Awlex182756yIn case of doubt try these:
* clean project
* Rebuild project
* Restart android studio
* blame google -
t4ils2446ySo I just found out that the app works completely fine when it's not being debugged.
...ironic.
Related Rants
>writing app
>everything works
>commits to gitlab
>writes some extra stuff
>everything breaks
>why.jpeg
>head_desk.mp4
>"resetting to previous commit should work"
>doesn't work
>everything's broken on the previous commit
>tf
I'm still trying to process how this is even physically possible.
rant
flutter
dart
why