使用开源中国的maven库 阿里云的(速度飞快):http://maven.aliyun.com/nexus/content/groups/public/ 替换项目根目录下build.gradle中的 为: ...
分类:
移动开发 时间:
2018-09-29 00:45:41
阅读次数:
271
https://github.com/guaju/ScreenRecordLibrary 本库是基于MediaProjection封装的手机屏幕录制开源库,并提交到Jcenter,方便大家使用 使用方法: 目前最新的版本是1.0.1,仅仅是朋友用了用,如果大家使用过程中有什么意见和建议,欢迎issu ...
分类:
移动开发 时间:
2018-09-19 16:22:17
阅读次数:
926
allprojects { repositories { flatDir { dirs 'libs' } jcenter() google() }} ...
分类:
移动开发 时间:
2018-08-13 12:16:13
阅读次数:
200
buildscript { repositories { google() jcenter() } dependencies { classpath 'com.android.tools.build:gradle:3.1.3' classpath 'org.greenrobot:greendao-g ...
分类:
其他好文 时间:
2018-07-31 19:17:59
阅读次数:
556
1.AndroidStudio离线打包MUI 如何离线打包请参看上篇随笔《AndroidStudio离线打包MUI》 2.集成极光推送 官方文档:https://docs.jiguang.cn/jpush/client/Android/android_guide/ 建议采用 jcenter 自动集成 ...
分类:
移动开发 时间:
2018-07-10 20:15:52
阅读次数:
431
今天导入一个工程到studio,一直卡在下载那块。 看到下载地址是:https://jcenter.bintray.com/........https!!!! 到浏览器下载,果然也下载不下来。。 于是把https换成http,到浏览器下载,很快就能下载下来。。 好的,怎么修改成http呢?我找了半天 ...
分类:
Web程序 时间:
2018-06-16 11:47:10
阅读次数:
213
Error:Could not find common.jar (android.arch.core:common:1.0.0).
Searched in the following locations: https://jcenter.bintray.com/android/arch/core/common/1.0.0/common-1.0.0.jar
分类:
编程语言 时间:
2018-06-12 12:18:07
阅读次数:
270
创建应用 进入极光控制台后,点击“创建应用”按钮,进入创建应用的界面。 填上你的应用程序的名称以及应用包名这二项就可以了, 最后点击最下方的 “创建我的应用”按钮,创建应用完毕。 创建应用 填写应用程序的名称以及上传图标 创建成功 添加应用包名 jcenter 自动集成步骤 确认android st ...
分类:
其他好文 时间:
2018-05-21 10:32:20
阅读次数:
461
Android Error:Could not find lottie.jar 今天遇到了一个及其头疼的问题 同事的工程导到我的电脑里却报错,错误是找不到jcenter仓库里的lottie.jar包 但是我手动进入到jcenter仓库却发现明明就存在 按照网上的说法 File - > invalid ...
分类:
移动开发 时间:
2018-05-09 14:37:25
阅读次数:
222
原文:Android项目实战(三十八):2017最新 将AndroidLibrary提交到JCenter仓库(图文教程)我们经常使用github上的开源项目,使用步骤也很简单 比如: compile 'acffo.xqx.xwaveviewlib:maven:1.0.0' 这里就学习一下如何将自己的... ...
分类:
移动开发 时间:
2018-04-29 11:38:11
阅读次数:
241