-
-
Notifications
You must be signed in to change notification settings - Fork 197
Unable to work with devices with numeric identifiers #3832
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
Hi @felipebueno,
If the issue persists, please build the project with I also noticed from the provided log that the app is installed properly, however, the CLI was unable to start it. Regarding that, when the following message is printed on the console |
Hi, @tsonevn. Thanks for the quick reply. As you said, I can start the app manually but the problem is that I can't debug the app. And I have a lot of problems to debug after upgrading from 3.4.1 to 4.2 😄 I tried all the steps you suggested but the issue persists. Reference:
|
@felipebueno what is your debug environment (VSCode or Chrome)? If yusing VSCode for debugging then try updating the VSCode extension to the latest and rerun your debug command. Also, let us know on what device you are trying to debug - is ti emulator or real device and what is the API level? |
I'm also experiencing this issue trying to run a project with
the second device ID is off by one. It looks like the device ID is being treated like an index and some code is doing When trying to connect to a running project, as suggested above, I receive the same error:
tns --version is
|
Reverting to Nativescript 4.1 fixes the issue |
One thing I noticed, on the S9+ that works, the device ID has an alpha character in it (433630384c513098) which is likely why whatever -1 issue the S9 has is not happening. |
Hey all,
The fix will be included in our incoming 4.2.4 release. |
Thanks @rosen-vladimirov I tried with the RC version this morning and the numeric device seems to be working correctly. Thanks for the fix! |
From @felipebueno on August 21, 2018 20:10
Did you verify this is a real problem by searching the NativeScript Forum and the other open issues in this repo?
Yes.
Tell us about the problem
Unable to debug after upgrading to TNS 4.2.2.
Which platform(s) does your issue occur on?
Android
Please provide the following version numbers that your issue occurs with:
Please tell us how to recreate the issue in as much detail as possible.
I don't know how to recreate the issue.
Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.
Log
Copied from original issue: NativeScript/NativeScript#6205
The text was updated successfully, but these errors were encountered: