摘要:
遇到问题:第一次从外部文件导入HelloWorld工程到workspace目录中,成功。删除后,再次从外部导入workspace目录提示 Some projects cannot be imported because they already exist in the workspaceeclip... 阅读全文
摘要:
android-使用URL获取网络资源今日使用URL获取网络资源时遇到问题记录一下:1、 android4.0 以后,不可以在主线程中请求网络资源访问网络资源,必须新起一个线程。2、哪个线程创建的view,哪个线程才有权限操作它Only the original thread that create... 阅读全文