This is a companion discussion topic for the original entry at https://www.raywenderlich.com/4936497-your-first-kotlin-android-app/lessons/22
This is a companion discussion topic for the original entry at https://www.raywenderlich.com/4936497-your-first-kotlin-android-app/lessons/22
Hi, I’m on a Mac (Catalina) using Adroid Studio 4.0.1 and nothing happens when I click Option while hovering over ‘button’.
If I just hover over I get a Unresolved Reference Button warning and three options:
Create class button
More actions - with 5 ‘create options’ and one ‘convert to nullable’
Triple dot thing with two options: Show quick fixes etc
I don’t get Import option anywhere
Can you help? thanks
@filbabic @rbondoc Can you please help with this when you get a chance? Thank you - much appreciated! :]
Did you write “Button” or “button”? Case matters, as “button” is not a class name.
Thanks!
I got the import button part but then textview doesn’t give me the import option…asks me to create instead, please how can I resolve this
Hello, I am having the same problem. The TextView does not provide an option to import after hovering over and clicking alt. Has there been any updates to this post? Thanks!