-
Notifications
You must be signed in to change notification settings - Fork 439
Unable to apply changes on device: xxxxx. Error is: Socket connection timed out #1354
Comments
Are the package id in package.json and app.gradle equal? |
Here is my package.json
And here is the app.gradle
The ID's are the same as far as I can see. |
@ValentinMolina500 Did you check |
@EddyVerbruggen I don't think I am missing google play services, this same issue persists on a real phone too, and both their storages are not full. Here's what log cat says.
And here are the files in my App_Resources/Android, I don't see a firebase config file... |
Looks like inappmessaging requires this missing library: Can you share that repo? It may be a combination of plugins and/or firebase settings. |
I also have the same problem by the way I have tried all possible fixes that @ValentinMolina500 tried, and none is working |
Sorry for the late reply. Here is the repo: https://github.com/ValentinMolina500/TRIOCopy Thanks for the help! |
Any progress on a solution? I have been unable to work on my app for over a week and a half now because of this annoying bug. Thanks for the help though. |
@ValentinMolina500 that dependency I mentioned is dragged in by the In App Messaging feature. If you don't need that, you should remove it from firebase.nativescript.json and you should be good to go (after a clean build). Background: The picasso dependency (which drags in okhttp) of In App Messaging has build errors that seem to require a bump of all Firebase Android SDKs. I'll do that soon: https://stackoverflow.com/questions/51933538/unable-to-use-firebase-in-app-messaging-in-android Also, I think one of your other plugins may be using a different version of picasso, resulting in this issue. Related issue, in the Firebase Android SDK repo: firebase/firebase-android-sdk#265 |
The related issue I mentioned above has been fixed by Google, and plugin version 9.1.0 uses their updated dependency, so it should be fine now. |
@EddyVerbruggen please i need your help. I have upgraded the plugin to 9.1.0 and i am still have the issue. Here is my package.json file
But still have the error Please can you help? I can share the entire repo with you if possible. I really need to continue development of these project. |
Share a repo on Github and ping me in the issues there with clear instructions on how to reproduce. |
@EddyVerbruggen Here is my repo: https://github.com/erss400/Example It contains the steps on how to reproduce. |
@erss400 Thanks for that repo. I'm currently focussing on releasing plugin version 10.0.0. Please give that a shot and let me know here if it helps. If not, I'll take a look. |
@EddyVerbruggen Okay. please notify me when you are releasing version 10.0.0 |
@EddyVerbruggen i have updated to plugin version 10.0.0 and i am still having the error. Please i need you help on fixing the bug |
Uh oh!
There was an error while loading. Please reload this page.
Hello, recently I have not been able to run my app on an emulator or phone. The app will build successfully but will not install correctly. I created an issue on the NativeScript CLI as I had just updated to NativeScript 6 and I thought that that was the cause. We found out there that the issue was related to the Firebase in app messaging part of my app, which I had just added recently too. What is weird is that the it was working fine after I added in app messaging, and after I had upgrade to NS 6, but it stopped working about a few days later.
Things I have tried:
It's interesting to not one of my colleagues who is also working on the app cannot run it either.
Here's a link to the previous issue, where I have provided stack traces and logs.
This issue has prevented me from working on my app, so many thanks to anyone who can help me fix it!
The text was updated successfully, but these errors were encountered: