6
gitpush
5y

Was working on a react native project, paused work two weeks ago, now back to work on the same project, BUT:

1. it no longer compiles
2. Gradle throws shitload of errors

WHY!?

Comments
  • 3
    because it's Gradle 😅
  • 1
    most of the cases it's because of the different versions of TargetSDKVersion and BuildVersion on build.gradle files..
    Try to open them and unify the versions manually.
  • 0
    @lazyDev Turned out a clean -> build solved issue, though I did not change anything, I am the only one working on the project T_T
  • 0
    @irene indeed reasons because 😌
  • 3
    Welcome to mobile development in 2019 😎
  • 1
    @myss agree !
    sometimes it stops working just by doing almost nothing, I mean the app doesn't even build
  • 1
    Did you try turning it off and back on?
Add Comment