-
-
Notifications
You must be signed in to change notification settings - Fork 197
Android tns debug, crashing when there is a response from server #3187
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
Hey @shiv19, what are the reproduction steps? |
issue reproducible with this demo app.
|
@NickIliev @Pip3r4o
this is the google place picker (google api has to be configured for this,
this in the manifest file
) now, handle the onActivityResult something like this
use while the debugging console is open and socket connection is made, which execution context reaches the onActivityResult, it will crash the app! however, if the debugging console is not open, |
I can confirm that there is indeed a problem originating from the network inspector implementation for Android. The issue is reproducible with a hello world app and a simple network request. I'll let you know when a fix is available either in the tns-core-modules or the android runtime. |
+1 reported via NativeScript/NativeScript#5009 |
We found the problem, and prepared a fix which should become available in @3.4.0-2017-10-31-1of the Android runtime later today. |
Marking this as resolved, as per #3187 (comment) To get the latest android runtime changes run cc @TheOnlyMatt, @tbsf, @chernov-stas, @yclau |
Awesome! :) |
This issue seems to have been fixed, looking forward to 3.4.0. |
Currently getting an error running tns platform add android@next : There is indeed no libs folder in the framework directory It worked last week, this is not working anymore even after a nativescript reinstall, platform remove etc |
@TheOnlyMatt The
or
|
Ok thank you, it works again ! |
From @shiv19 on October 27, 2017 17:6
This part of the app works totally fine when not running in debug mode.
This could be an issue with the debugger
Copied from original issue: NativeScript/NativeScript#4996
The text was updated successfully, but these errors were encountered: