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

Commit

Permalink
Build failed on NativeScript 2.0.1 #41
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Jun 3, 2016
1 parent 8e66b7e commit 4221451
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4221451

Please sign in to comment.