Android 布局 AutoCompleteTextView NullPointerException 解决方法
我正在使用 Android SDK 2.0 / Galileo / ADT 0.9.4 (迄今为止最新)。 针对Android 1.5 API层。
如果我转到布局编辑器并添加 AutoCompleteTextView,屏幕会立即显示 NullPointerException。
有没有人有解决此问题的记录文件?
我好像找不到一个 这显然是 Android SDK 中的一个错误。 (无论如何,它已经提交了。)
I'm working in with the Android SDK 2.0 / Galileo / ADT 0.9.4 (latest to date).
Against Android 1.5 API layer.
If I go to the layout editor and add an AutoCompleteTextView the screen immediately gives me a NullPointerException.
Does anyone have a documented workaround for this problem?
I can't seem to find one.
This is obviously a bug in the Android SDK. (It's been filed anyway.)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是布局编辑器的限制。使用 EditText 获得正确的布局,然后在完成布局编辑后将其更改为 AutoCompleteTextView。
this is a limitation of the layout editor. Get your layout right with EditText and then change them to AutoCompleteTextView when you are done editing your layout.