在将Firebase SDK用于Android应用程序时,我不断收到类似以下的警告和错误(在Eclipse中):
Warning ... can't find referenced class ...
Warning: there were ... unresolved references to classes or interfaces ...
You may need to specify additional library jars (using '-libraryjars') ...
不幸的是,Firebase没有与ProGuard一起使用的任何官方文档。
在ProGuard混淆后,我的应用程序需要哪些指令才能成功使用Firebase编译发行版?
相关分类