KotlinAndroid Studio上的云存储

gv8xihay  于 2023-03-30  发布在  Kotlin
关注(0)|答案(1)|浏览(149)

未解析引用存储器
我尝试用这种方法在云存储上连接

var storageRef= storage.reference

但是仓库还是红色的,我不能进口

zf9nrax1

zf9nrax11#

1.添加实现并遵循详细说明

dependencies{
  implementation platform('com.google.firebase:firebase-bom:31.3.0')
  implementation 'com.google.firebase:firebase-storage-ktx'
 }

1.同步项目并检查一次

相关问题