记录开发中常出现的错误1、遇到这样的错误时,应该立马想到是书写错误或语法错误,常见为android:name写成了nameAttribute is missing the Android namespace prefix2、解决:菜单:project->clean。Activity not star... Read More
posted @ 2014-07-14 16:56 tinyphp Views(535) Comments(0) Diggs(0) Edit
创建工程的时候会出现appcompat_v7这个文件夹手贱删除后,发现出错了说明test项目是依赖于appcompat_v7包的,所以这个appcompat_v7包是不能被删除的。appcompat_v7包是一个能让2.1以上全使用上4.0版本的界面的支持库,建项目时直接把最小SDK选在Androi... Read More
posted @ 2014-07-14 16:06 tinyphp Views(780) Comments(0) Diggs(0) Edit