作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
刚升级到 Android Studio 2.2 并在 layout.xml 的设计 View 中使用属性编辑器作为按钮。从那里我可以从我的 Activity 中选择方法,但是在我选择一个方法之后,一个错误的值将被插入到 onClick-Attribute 中:
例如:如果我选择“doStuff”方法,它就变成了
"android:onClick="get (MainActivity)"
当然这是行不通的,在运行时会抛出以下错误:
java.lang.IllegalStateException: Could not find method doStuff (MainActivity)(View) in a parent or ancestor Context for android:onClick attribute defined on view class android.support.v7.widget.AppCompatButton with id 'buttonDoStuff'
那么我在使用 Property-Editor 时做错了什么还是这是一个错误?
有时我的方法会在 Property-Editor 的 onClick 字段中多次显示。
最佳答案
我在 Android Studio 2.2 上遇到了同样的问题。
对我来说,它不会更改方法的名称,还会将“(MainActivity)”添加到属性中。我在文本编辑器中删除了那部分,现在它工作正常。
关于android - 按钮的属性编辑器弄乱了 onClick 值(在括号中插入类名),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39854629/
我是一名优秀的程序员,十分优秀!