Android studio not rendering layout preview

后端 未结 8 964
Happy的楠姐
Happy的楠姐 2020-12-05 07:33

I\'ve been using Android Studio 0.8.6 to develop apps and am having problems with the layout preview when using API21. I get the following error:

Rend

8条回答
  •  渐次进展
    2020-12-05 08:01

    The most recent version of Android Studio is 0.8.14 and this fixes a number of issues with API21. Note that as per the Android Studio 0.8.12 announcement (under 'No patches'):

    We've found and fixed several significant bugs in the patching mechanism. One of these bugs meant that upgrading to a new version, while resulting in a functionally identical installation, would also result in slightly different binary contents (for example, some timestamps inside .jar files would differ). This meant that the actual binary signatures would not match, which broke for example the application signature checks.

    We have now found and fixed that bug, but because there are many different binary variations of a given previous version, we cannot create a single patch to update to the new version. Therefore, for this version we will require a full download of the IDE. From this version forward we should be able to accurately install updates while preserving the application signatures.

    So you'll need to manually install the latest build.

提交回复
热议问题