question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Build failed on NativeScript 2.0.1

See original GitHub issue

HI, After adding this plugin I’m getting following error when I’m trying to build my app by using tns run android command.

Error -

firebase-error-cropped

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:16 (4 by maintainers)

github_iconTop GitHub Comments

5reactions
441N143Gcommented, Jun 3, 2016

It seems multiDex error. U can add multiDex(multiDexEnabled true) supprot in your app.gradle. something like this: android { defaultConfig { applicationId “com.mysite.myproj” generatedDensities = [] multiDexEnabled true } … But u need read what is it. *But I dont remember what u need to do for support android versions below 5.0 - google)

1reaction
EddyVerbruggencommented, Jun 3, 2016

Added a note to the readme, thx! 👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshooting Common Issues - NativeScript Docs
Error is: Failed to install /path/to/appname/platforms/ios/build/Debug-iphoneos/appname.ipa on device with identifier d06531f3df21b65f44d52bcb1b147dew65d0c958.
Read more >
NativeScript Android Build fails with an exception
NativeScript Android Build fails with an exception - Unsupported class file major version 57 - Stack Overflow. Stack Overflow for Teams – Start ......
Read more >
nativescript - npm
NativeScript Command-Line Interface. The NativeScript CLI lets you create, build, and deploy NativeScript-based apps on iOS and Android ...
Read more >
@nativescript/core | Yarn - Package Manager
allow ignoring reduce-css-calc w/ webpack without error (#9510 (0fd92b7) ; android: dont dispose fragment on onloaded (#8793 (03b7715) ; android: make less calls ......
Read more >
NativeScript - Bountysource
NativeScript. Build truly native cross-platform iOS and Android apps with JavaScript ... An error was encountered processing the command ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found