Closed
Description
Environment
Provide version numbers for the following components (information can be retrieved by running tns info
in your project folder or by inspecting the package.json
of the project):
- CLI: 5.2.4
- Cross-platform modules: 5.2.2
- Android Runtime: 5.2.1
- iOS Runtime: 5.2.0
- Plugin(s): Default package.json
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:
Project successfully built.
Installing on device 8A9Y0G2BK...
Successfully installed on device with identifier '8A9Y0G2BK'.
Restarting application on device 8A9Y0G2BK...
Error while trying to start application org.nativescript.ngApp on device 8A9Y0G2BK. Error is: Invalid Version: null
Unable to start application org.nativescript.ngApp on device 8A9Y0G2BK. Try starting it manually.
Successfully synced application org.nativescript.ngApp on device 8A9Y0G2BK.
Below is a log trace from the newly created app:
https://gist.githubusercontent.com/neil-119/e8ecdc5d3d7036c78005033f3532ffb3/raw/632599f919cbf9cc360498d6103c8c9b65695c59/log.txt
To Reproduce
tns create ngApp --ng && cd ngApp
tns run android
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.
Metadata
Metadata
Assignees
Labels
No labels