0

I'm getting this exception when I'm trying to use Firebase client-android.

I saw several questions about it in sof (but not for firebase client-android) and the only solution was to set my application to multidex application.

Since it's not the recommended solution, can anyone suggest better solution?

Thank's

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807
Adi
  • 747
  • 2
  • 6
  • 8
  • 1
    If you're having a dex overflow, you'll need to either reduce the code is included or multi-dex. Unless you have something that is unique about your case, I'll vote as a duplicate of: http://stackoverflow.com/questions/26515378/dexindexoverflowexception-issue-after-updating-to-latest-appcompat-and-support-l – Frank van Puffelen Jan 03 '16 at 15:43
  • As I mentioned in my question, I've already saw this kind of solution. I've read that Android dosen't recommend using it. I've tried it but I got OutOfMemoryException. It dosen't make sense to me that this is the only way to use Firebase Android SDK for user sign up/login. – Adi Jan 05 '16 at 06:46

0 Answers0