Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 60d2ae4

Browse files
authored
Added ANDROID_HOME issue to "Known Issues on Android" section.
1 parent 55dede4 commit 60d2ae4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,10 @@ And there's this one: "Could not find com.google.firebase:firebase-auth:9.4.0".
198198
making sure you have the latest Google Repository bits installed.
199199
Just run `android` from a command prompt and install any pending updates.
200200

201+
Also, an error like "Could not find com.google.firebase:firebase-core:9.0.0" can be caused by having
202+
more than one version of the Android SDK installed. Make sure ANDROID_HOME is set to the Android SDK directory
203+
that is being updated otherwise it will seem as though your updates have no effect.
204+
201205
#### Found play-services:9.0.0, but version 9.0.2 is needed..
202206
Update your Android bits like the issue above and reinstall the android platform in your project.
203207

0 commit comments

Comments
 (0)