Learning Android development now to port my iOS game. Wow it's much different than what I'm used to.
I'm following the tutorial on developer.android.com and it says that option + return (I'm on a Mac) will import the missing classes. Well it doesn't do that. Instead it does different actions depending on where I press it. If it's after the imports a "Create Test >" prompt comes up. If it's in the middle of the method a "Split into declaration and assignment>" prompt comes up.
On the developer.android.com website it says option + return will import the missing classes... and for a few times it did but now this is what happens to me. I am using Android Studio on a Mac. What am I overlooking?