12

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.

scottt
  • 8,301
  • 1
  • 31
  • 41
  • 1
    SKP refers to the Skia graphics library. https://skia.org/user/release/release_notes I see the same error on API 29 and on API 30 it says "No renderer supporting SDK version *73* found." – Victor Rendina May 29 '20 at 13:38
  • 1
    There is a bug in the issue tracker now I would star it: https://issuetracker.google.com/issues/157714512 – Victor Rendina May 29 '20 at 13:52

1 Answers1

0

Maybe we need newer emulator image so we can run this. I guess soon there will be new release for API29.