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
-
What happened with me I wrote a code it didn't work. I copied the solution code which was given with a tutorial and paste it without editing anything didn't work and I am stuck for 3 days on the same project 😡😡😡
-
you need to start reading the logs and errors and understand what and why it is happening
-
flag020328yalthough I am happy apple is moving to swift, IMO android is the one who seriously needs a new natively supported language right now
-
@andenq the problem that gets solved by rebuilding your project has nothinf to do with java code that he wrote. Its the build system that's the culprit here
-
@DavidKevork are you using instant run? if so disable it, there are a lot of bugs in it, most of the time it doesnt take in code changes at all
copied a code for android from stackoverflow and it worked
edited the code no more works
removed the code and pasted the original code from stackoverflow and still doesnt work
clean and build and now the code starts to work
undefined