How Can I Solve Rendering Errors

Asked By 0 points N/A Posted on -
qa-featured

When I was using Android Studio 0.2.3, I opened the presentation of my activity. My application preview should appear on the right side of the text so that I can easily switch between coded text and draft layout mode, which will show the layout of the activity multiple times. However, no layout is displayed on the right. I only receive rendering errors. How can I solve this problem?

SHARE
Answered By 0 points N/A #317768

How Can I Solve Rendering Errors

qa-featured

Edit the designer preview to match your current version of your Android Studio and search for your manifest. Display issues occur in Designer preview because a higher API level is required. Therefore, increase the API level from the current level. If you can not find the API level in the list, you must install it using the SDK Manager.

Related Questions