Android
Lonelyweeper
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
关于Android的This text field does not specify an inputType or a hint 问题
最近,再做一个Android开发,遇到了这样的问题: This text field does not specify an inputType or a hint 经过谷歌百度后,找到了解决方法: 原因: EditText需要指定默认输入类型。 例如: 加入android:inputType="number|phone" 以下是Android中的inpu原创 2013-05-04 13:13:49 · 990 阅读 · 0 评论 -
Link of class ""failed.Could not find class "" referenced from method的解决方法
今天在进行android开发的时候,团队中的一个小伙伴把他的程序放到我的电脑中运行时出现如题的错误,就是在小伙伴的电脑用他的真机才能正确运行,其他都不能运行... 然后自stackoverflow中找到了解决方法...链接: http://stackoverflow.com/questions/16516531/why-do-i-get-link-of-class-failed-importi翻译 2013-09-16 00:34:22 · 1876 阅读 · 1 评论 -
adb 连接adb server is out of date. killing
转载自:http://hi.baidu.com/liuhuman/item/2e7dae376aadb1c7392ffa8b 1:今天调试android的时候发现一个诡异的问题 1 2 3 4 C:\Users\xxxx>adb start-server adb server is out of date. killing...转载 2013-10-17 13:47:25 · 972 阅读 · 0 评论
分享