Build failed on NativeScript 2.0.1
See original GitHub issueHI,
After adding this plugin I’m getting following error when I’m trying to build my app by using tns run android
command.
Error -
Issue Analytics
- State:
- Created 7 years ago
- Comments:16 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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)
Added a note to the readme, thx! 👍