-
-
Notifications
You must be signed in to change notification settings - Fork 197
Unable to create application com.tns.NativeScriptApplication #3290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I figured out, actually I got this error from rxjs because I was importing only from rxjs, importing from rxjs/Observable, the error is gone. Thank you for all! |
I have the same issue as well. And I've followed the update instructions. Any idea what could be the reason? |
@snehanyk05 Are you using rxjs? |
Yeah I was. I was importing from rxjs/Rx which was causing the problem. Resolved it. Thanks :) |
Don't forget that every rx module needs this change (even ReplaySubject, Subscription....). The only imports that I needed to keep as they currently were are the ones like map, catch and do:
All the other elements needed to be changed from something like:
|
Me too, but no solution.
package.json
|
Which platform(s) does your issue occur on? |
@cnqiuxue Android |
Did you verify this is a real problem by searching Stack Overflow and the other open issues in this repo?
yes, I really try to find out how to fix that, but no luck
Tell us about the problem
when I run
tns run android
, I got the following error:This error is not happening before the updates, I follow this tutorial here
Which platform(s) does your issue occur on?
Android
Please provide the following version numbers that your issue occurs with:
My package.json:
The text was updated successfully, but these errors were encountered: