From 5f925bb959e4f8037aa16091849187ff51d799de Mon Sep 17 00:00:00 2001 From: Eddy Verbruggen Date: Fri, 3 Jun 2016 19:49:14 +0200 Subject: [PATCH] Build failed on NativeScript 2.0.1 #41 --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index fc3e2078..c453752f 100755 --- a/README.md +++ b/README.md @@ -323,6 +323,17 @@ Shouldn't be more complicated than: firebase.logout(); ``` +## Known issues +On Android you could run into an error like this: + +``` +com.android.dex.DexIndexOverflowException: method ID not in.. +``` + +Congrats, you ran into [this issue](https://github.com/NativeScript/android-runtime/issues/344) +which can be solved by adding `multiDexEnabled true` to your `build.gradle`. +See the linked issue for details. + ## Pro tips ### See what's happening