Android studio 3.0 canceling method of parameter name prompt of called method
After Android studio upgrade 3, the method called in the code adds the parameter name prompt:
Many people are not used to this prompt. Let's see how to cancel it:
PS: let's take a look at the Android studio 3.0 gradle prompt, too old solution
The android gradle plugin version 3.0.0-alpha1 is too old,please update to the latest version. To override this check from the command line please set the ANDROID_ DAILY_ OVERRIDE environment variable to “d27b293f4c7c48dfe922ba160164f3fa511cb3b9” Upgrade plugin to version 3.0.0-alpha1 and sync project Open File
It is to tell you that your version is too old;
Solution: go to the environment variable and configure it. Create a new variable:
Variable name: Android_ DAILY_ OVERRIDE
Variable value: d27b293f4c7c48dfe922ba160164fa511cb3b9
summary
The above is the cancellation method of parameter name prompt of Android studio3.0 transferred method introduced by Xiaobian. I hope it will be helpful to you. If you have any questions, please leave me a message, and Xiaobian will reply to you in time. Thank you very much for your support for the programming tips website!