-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Error while trying to start application ... Error is: Invalid Version: null #7042
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
Update - works fine on our Android 9 (i.e. Android P) device. This issue seems to be associated with Android Q (tried on two different Android Q devices). |
This comment was marked as abuse.
This comment was marked as abuse.
This comment was marked as abuse.
This comment was marked as abuse.
Issue moved to NativeScript/nativescript-cli #4451 via ZenHub |
Apologies for the late reply. Yes, you are correct in your assessment. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Environment
Provide version numbers for the following components (information can be retrieved by running
tns info
in your project folder or by inspecting thepackage.json
of the project):Describe the bug
After
tns run android
, the application runs when opened manually, but we are unable to debug or see any console logs because the app fails to start:Below is a log trace from the newly created app:
https://gist.githubusercontent.com/neil-119/e8ecdc5d3d7036c78005033f3532ffb3/raw/632599f919cbf9cc360498d6103c8c9b65695c59/log.txt
To Reproduce
Expected behavior
Application runs without error
Sample project
Default project when running
tns create
Additional context
Note that we are running the latest beta build of Android Q on Google Pixel 3 XL.
The text was updated successfully, but these errors were encountered: