RamboPan

Results 2 issues of RamboPan

直接下载项目打开,发现编译报错。 Failed to resolve: common Google了一下发现了解决办法。 buildscript { repositories { //------> 将这两个库位置换一下就ok了。 google() jcenter() //-------- google() jcenter() // 这儿也需要换一下。 google() jcenter() //-------- google() jcenter() //

When I rebuild the project and run it. It taost not find the class. Not find the class : Database Not find the class : RoomDatabase The package seems not...