Google's documentation highlighting how to build an android app in java (https://developer.android.com/codelabs/build-your-first-android-app#8) returns an error when using intents. On step 7, it says:
FirstFragmentDirections.ActionFirstFragmentToSecondFragment action = FirstFragmentDirections.actionFirstFragmentToSecondFragment(currentCount);
but my IDE consistently returns an error saying: Cannot resolve symbol 'ActionFirstFragmentToSecondFragment'. Ive tried resyncing the gradle files but im continuing to get this error. I've followed the steps to a T from my understanding but still unable to find the cause of the issue.