使用百分比布局会在设计视图中引发异常:渲染期间引发异常:android / support / percent / R $ styleable或渲染期间引发的异常:8 ava.lang.ArrayIndexOutOfBoundsException:8 在com.android.tools.idea.rendering.AarResourceClassGenerator.generateStyleable(AarResourceClassGenerator.java:210)
之前工作过,我今天更新了:Android Studio 2.0 Build #AI 9321
有没有办法回滚更新?
<android.support.percent.PercentRelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent">
<ImageView
app:layout_widthPercent="50%"
app:layout_heightPercent="50%"
app:layout_marginTopPercent="25%"
app:layout_marginLeftPercent="25%"/>
</android.support.percent.PercentRelativeLayout>
api版本应指定为23,因为支持版本为23.2.1
答案 0 :(得分:0)
问题消失了!