简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
Android jcenter bad gateway 502(Unable to load Maven meta-data from https://jcenter.bintray.com)
今天在Android studio运行项目的时候报了如下错误,项目都编译不过了,顿时慌。。。这里附上gradle额下载地址(gradle)Error:Could not resolve all files for configuration ':app:debugCompileClasspath'.> Could not resolve com.tencent.bugly:nati...
Android jetpack Room数据库(二)版本升级/迁移
前面演示两位room数据库的基本使用,今天来看一下数据库的升级/迁移。本文将以新增表和新增列为例来讲解。这里用到一个数据库调试工具Stetho,大家可以去看看用法:https://github.com/facebook/stetho1.新加一个数据表1.1.这样定义未指定主键不能为null,会报错如下:错误: You must annotate primary keys with @NonNull
到底了