2013年8月7日

EditText出现的警告:This text field does not specify an inputType or a hint

摘要: android开发过程中突然发现的warningEditText 报出 “This text field does not specify an inputType or a hint”原因:EditText需要指定默认输入类型加入android:inputType="number|phone",表... 阅读全文

posted @ 2013-08-07 15:11 天神Deity 阅读(395) 评论(0) 推荐(0)

eclipse下android环境在线搭建要点(持续完善中)

摘要: android环境搭建包括:1.JDK的安装,2.eclipse安装,3.SDK的安装,4.ADT的安装下载完SDK后,随便解压在一个地方,在环境变脸path中,输入SDK的tools文件夹路径,在cmd下使用android -h,测试是否安装成功。ADT在线安装:"Help" -> "Instal... 阅读全文

posted @ 2013-08-07 14:35 天神Deity 阅读(96) 评论(0) 推荐(0)

导航