I am trying to import things in Android Studio. For example, I type Scanner and it corrects it to java.util.scanner
instead of adding import java.util.Scanner
to the beginning of the file. I would appreciate any help.
What is the shortcut to Auto import all in Android Studio? didnt't help me :/