Brandon Boltz
Brandon Boltz

Reputation: 11

Firebase Connectivity Error

I am trying to connect my Android app to Firebase. I have done everything right so far other than the fact that when I put the libraries under my dependencies and sync, I get an error message that reads.

'Error:com.android.builder.internal.aapt.AaptException: Failed to crunch file C:\Users\Owner\Desktop\androidfp3_examples\androidfp3_examples\KonnectionsKonnect\app\build\intermediates\exploded-aar\com.google.android.gms\play-services-base\10.0.1\res\drawable-xxhdpi-v4\common_google_signin_btn_text_light_disabled.9.png into C:\Users\Owner\Desktop\androidfp3_examples\androidfp3_examples\KonnectionsKonnect\app\build\intermediates\res\merged\debug\drawable-xxhdpi-v4\common_google_signin_btn_text_light_disabled.9.png'

Any ideas?

Upvotes: 0

Views: 127

Answers (1)

Brandon Boltz
Brandon Boltz

Reputation: 11

Simple solution... Android Studio only allows the path to be so long, that being said, just move the file to the desktop or a top level file, and viola!!!

Upvotes: 1

Related Questions