I've upgraded to Android Studio 4.0 and am attempting to use the new 3D view of the Layout Inspector, but am unable to 'rotate it'. At the top of the tool window, there's a message reading "No renderer supporting SKP version 68 found. Rotation disabled.", which is apparently the reason. What does this message mean and how to I resolve it? I do have Enable Live Layout Inspector
checked in File > Settings > Experimental
and Enable Live Layout Inspector
checked in the layout Inspector window.
Update: Part of the issue might have been that I was targeting SDK 28 and this is an API-29+ feature. When I changed the target SDK to 29, the "Skia Parser Server" component was automatically installed. But now the Live Updates
checkbox is sometimes grayed-out and the message "Unable to detect a live inspection service, restart the device." is displayed if I hover on it. Restarting the device (Pixel 3 running API 29) has no effect. Other times, the checkbox is enabled (and checked) but nothing displays in the window.