使用适用于Android应用的Firebase SDK时,我会不断收到类似的警告和错误(在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') ...
Run Code Online (Sandbox Code Playgroud)
很遗憾,Firebase没有任何关于其与ProGuard一起使用的官方文档.
在使用ProGuard进行模糊处理时,我的应用程序需要哪些指令才能使用Firebase成功编译版本?