什么是在android中不使用firebase引发错误的原因

时间:2016-07-05 04:51:41

标签: android google-signin

错误:

Process: com.xportsoft.epicsudoku, PID: 5380                                                           
java.lang.NoClassDefFoundError: com.google.firebase.FirebaseOptions

Gradle文件:

ORA-01652: unable to extend temp segment by 128 in tablespace TEMP1.

1 个答案:

答案 0 :(得分:0)

不要使用

KeyEvent

完全依赖于您的项目。仅使用项目所需的disable库中的特定库依赖项。例如,如果您想使用Google地方,请使用以下行

compile 'com.google.android.gms:play-services:9.2.0'

Firebase现在是Google的一部分,因此您的项目中出现了此问题。

有关详情,请参阅此Google Documentation