
Android
冰冻侠
Attention, no more updates.
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
~\sdk\build-tools\22.0.1\aapt.exe" finished with non-zero exit value 1
打开一个android project,修改了compileSdkVersion和buildToolsVersion,但依然保持着buildToolsVersion 大于 compileSdkVersion原则,结果出现了这个错误;具体错误消息如下图:原创 2016-01-06 16:25:23 · 2383 阅读 · 0 评论 -
Application Installation Failed
当出现安装应用程序失败时,弹出如下截图式的对话框,则,可能是手机安装应用程序源(Installation Sources),没有允许“未知来源”(Unknown Sources),勾选这个就ok了。 下面的错误信息,来源于对话框显示内容: Installation failed with messages INSTALL_FAILED_UNKNOWN_SOURCES. It is possib原创 2016-01-06 16:35:27 · 4693 阅读 · 9 评论 -
手动安装 Android ADB USB Driver
在发现 “计算机管理”–>”设备管理器”–>”ADB interface” 前有一个黄色感叹号,这说明是 android adb usb driver 没有自动安装好,下面是如何手动安装了。 方法如下: 参考链接转载 2016-01-14 13:45:22 · 3985 阅读 · 0 评论 -
欢迎使用优快云-markdown编辑器
Developer Getting Started Guide. This is a guide to getting started for aspiring developers. This guide assumes you have little to no existing programming experience. Where to start depends on your goals转载 2016-03-04 21:19:07 · 535 阅读 · 0 评论 -
create android project with github, what you should do first?
first, add the .gitignore file to your root directory of project. it will help a lot. inital your project by “git init” then just go. Note: please add this line to your .gitignore file*.iml/local.p原创 2016-04-12 22:25:00 · 696 阅读 · 0 评论