最新的Android工作室更新不支持百分比布局?

时间:2016-04-15 06:02:45

标签: android android-studio

使用百分比布局会在设计视图中引发异常:渲染期间引发异常: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

1 个答案:

答案 0 :(得分:0)

  1. 确保您使用的是最新版本的库。
  2. 重启Android Studio。
  3. 构建您的项目。
  4. 问题消失了!