-
-
Notifications
You must be signed in to change notification settings - Fork 354
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
auto import #2996
Comments
Hello @mislalee , |
And that class being analyzed? (The whole class makes it easier to reproduce the bug.) |
Here is an example of a file that contain Could you please show me an example of code of how to save this file after a modification without changing the contenant of the file just the portion of code that i changed. please i really need it for my project . |
Hello
i'm using auto import in my configuration to save the result of my transformation in a file
but when it come to this instruction
View minusButton = child.findViewById(R.id.contact_remove);
it is printed like this
View minusButton = child.findViewById(contact_remove);
and i have an error : cannot find symbol variable contact_remove
how can i solve this ?
with setAutoImport(true)
The text was updated successfully, but these errors were encountered: