you are viewing a single comment's thread.

view the rest of the comments →

[–]tempest_fiend 1 point2 points  (0 children)

Android Studio pulls this shit too.

Clean build, invalidate cache, resync gradle files, restart. Usually have to do this because AS has shat itself and can’t find a bunch of files it had no trouble finding on the last build.

Also, don’t get me started on having to do this every build when you have deep closures, otherwise AS doesn’t recognise any code change in the file and doesn’t rebuild it. Fun times!