eclipse
文章平均质量分 59
PsEmperor
按照自己订立的目标,一丝不苟的执行!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
eclipse>>GitHub管理项目出现异常The current branch is not configured for pull No value for key branch解决方法
1,进入Window-->preferences-->Team-->Git-->Configuration 2,选择 Repository Settings 3,点击Add Entry ~Key: branch.master.merge Value: refs/heads/master ~Key: branch.master.remote Value: or原创 2016-07-01 09:59:30 · 996 阅读 · 0 评论 -
极光推送使用
1,极光推送SDK下载:http://docs.jiguang.cn/resources/ 2,加压下载的压缩包,将libs中的文件夹或文件放入项目中libs,把res下对应资源一一放入项目中对应名称文件夹。 3,根据你使用的开发工具的不同,打开对应的manifest文件进行对照更改。 4,注意在manifest中的application标签中添加属性name并赋值下原创 2016-07-16 11:32:19 · 931 阅读 · 0 评论 -
Xutils3 学习1
1,下载地址:https://github.com/wyouflf/xUtils3 2,Eclipse使用时下载.arr后缀文件用zip解压后导入jar包和jni文件夹所有文件即可(如果需要源码请下载version-source.jar合并class.jar即可) 3,使用AndroidStudio使用时,需要配置下依赖:compile 'org.xutils:xutils:3原创 2016-07-14 00:19:52 · 479 阅读 · 0 评论
分享