Reputation: 5506
I am using Android Studio Arctic Fox | 2020.3.1 Beta 2 I cannot see the interactive mode icon in the preview. Is this version support such option?
I want to be able to interact with the preview (for example click on the buttons) without deploying the apk on the device:
For now i see only the "Deploy preview" option. Is there something I am missing to use the interactive mode?
Upvotes: 19
Views: 3748
Reputation: 825
I was unable to find the interactive mode at the top right until I disabled the Enable @preview picker option from settings
Upvotes: 0
Reputation: 2446
I was unable to find it today too in the newest Android Studio Giraffe, but it turned out to be very simple.
Upvotes: 31
Reputation: 24044
This option is disabled by default on Arctic Fox because is considered experimental. So you must enable it in File > Settings > Experimental (Win) or Android Studio > Preferences > Experimental (Mac OS X)
Upvotes: 27