当前位置: 首页 > 知识库问答 >
问题:

最新的android studio更新不支持百分比布局?

范霄
2023-03-14

使用百分比布局在设计视图中引发异常:呈现过程中引发的异常:Android/support/percent/r$styleable或呈现过程中引发的异常:8ava.lang.ArrayIndexoutOfboundsException:8at com.android.tools.idea.rendering.aarResourceClassGenerator.generatestyleable(AarResourceClassGenerator.java:210)

有办法回滚更新吗?

 <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个答案

壤驷文华
2023-03-14
  1. 确保使用的是最新版本的库。
  2. 重新启动Android Studio。
  3. 生成项目。

问题没了!

 类似资料:
  • 我想按给定百分比更新我的实体中的所有价格。我的代码: 我的查询看起来像这样: 这给了我以下错误: [29,30]UPDATE子句有'price'和'=price*:percent',它们之间没有逗号分隔。 [28,28]必须指定等号。 [30,30]算术因子后面必须跟一个表达式。 [30,30]缺少状态字段路径表达式。 [32,37]左表达式不是算术表达式。

  • [root@PPWFMD509bin]#./线程“main”java.lang.UnsupportedClassVersionError:org/apache/cassandra/cli/CliMain:Unsupported major中的cassandra cli异常。在java.lang.ClassLoader的51.0次要版本。java.lang.ClassLoader.defineCla

  • 我正在尝试更新数据库中的记录,但收到此错误 这是我的hql尝试 经过研究,我在方法的顶部添加了@修改注释,但错误仍然存在。请问怎么了?

  • 我目前正在使用PrimeFaces的组件实现一个可排序列表,嵌入在一个。然而,当我保存列表并将其提交回服务器时,由于某种原因,重新排列的项目没有反映在backing bean中。既然Primefaces showcase能够看到这些变化,那么我做错了什么呢? XHTML代码段: 支持Bean: 该列表是POJO“ProposalOrderRow”对象的列表。其定义如下: 转换器:

  • 目前git正在做我的头,我不能想出以下最好的解决方案。 有两个分支,一个叫master,一个叫mobiledevicesupport。我希望将mobiledevicesupport保持为一个连续分支,只要mobiledevicesupport稳定,它就会与主分支合并/同步。这将把mobiledevicesupport中的更改合并到master中,但也会把master中的所有更改都合并到mobile

  • 在tarantool中是否支持更新连接?我正在检查tarantool sql参考,但找不到任何样品。当我尝试使用类似于下面的查询时,我得到一个错误。 以下是模式定义: 这是我在运行update命令时遇到的错误: PS:我正在使用dbeaver tarantool jdbc驱动程序来运行查询,如果这有什么不同的话。