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

Commit 5f925bb

Browse files
Build failed on NativeScript 2.0.1 #41
1 parent 57fddbb commit 5f925bb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,17 @@ Shouldn't be more complicated than:
323323
firebase.logout();
324324
```
325325

326+
## Known issues
327+
On Android you could run into an error like this:
328+
329+
```
330+
com.android.dex.DexIndexOverflowException: method ID not in..
331+
```
332+
333+
Congrats, you ran into [this issue](https://github.com/NativeScript/android-runtime/issues/344)
334+
which can be solved by adding `multiDexEnabled true` to your `build.gradle`.
335+
See the linked issue for details.
336+
326337
## Pro tips
327338

328339
### See what's happening

0 commit comments

Comments
 (0)