-
-
Notifications
You must be signed in to change notification settings - Fork 195
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
Unable to apply changes on device: emulator-xxxx. Error is: Socket connection timed out.. #5031
Comments
I run into the same issue.
Creating a new project using the latest android runtime 6.1.2 works as expected. We have the following plugins installed:
|
I'm also having this issue on a physical device after upgrading from 5.4 to 6.1 with 6.1.2 android version. Deleting platforms folder and manually downgrading package.json to 6.1.0 works but doesnt seem like a solution. |
For me, the issue only occurs only on a Windows machine. @thomas-alrek @loonatic maybe you can confirm that? |
@felix-idf I'm on a Windows machine indeed. Don't own a Mac so can't "validate" there. |
Hi @thomas-alrek , |
Hi @felix-idf and @loonatic , |
Hi @felix-idf and @loonatic , |
Hi,
|
Hey @aligit, It seems the name of your application is |
Thank you so much @Fatme . WebStorm provides a default apple ID that I had to change to something else. |
I have the same issue. |
Hey,
Make sure your android emulator is already running
…On Wed, Jan 1, 2020 at 2:53 AM gambheera ***@***.***> wrote:
I have the same issue.
changed the project to 6.1.0. But problem is still there.
Is there any luck?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#5031?email_source=notifications&email_token=AACTTVBOOXQVKY2PIAGHAITQ3PZR3A5CNFSM4IZ4JO22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEH43PSA#issuecomment-570013640>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACTTVDJLL6C7KOYKO6VJHTQ3PZR3ANCNFSM4IZ4JO2Q>
.
|
I'm having this issue too, any update? Currently on Mac.
I tried Current error:
|
Hey @keithgulbro , |
I had the same issue. What help by me was changing the App_Resources/Android/settings.json to the same value as in package.json
|
I'm using android emulator on my local machine, in AVD manager, i removed virtual device and add the new one and it fixed |
As the initial issue is resolved and the error is quite generic (it may be caused by different reasons), I'm closing this thread. Please open a separate one in case you encounter similar problem. Also ensure your application identifier is the same in package.json and all gradle files (preferably keep it set only in your package.json file). |
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
I am suddenly unable to run my app on Android devices. This error occurs both on a simulated device, and on physical devices.
The app is building OK, and it gets installed by ADB. I can even find it listed inside the Settings -> Apps & notificaitons -> See all xx apps menu.
However, the app icon does not appear in the launcher, and cannot be found through search.
The cli errors out like this:
I have looked through related issues like #4138 #4902 #4029 but they was all resolved.
In this case, I do not have Firebase or Crashlytics, or AdMob dependencies, and my devices have plenty of spare storage.
The app ID is also correct in both package.json and in the app.gradle file.
I have also attempted to manuelly uninstall the APK through ADB.
I have attempted to perform
tns platform clean android
I am stuck. The app builds and launches fine on iOS.
To Reproduce
I have not been able to find the root cause of this, and this I have no idea how to reproduce it.
Expected behavior
The app should launch.
Additional context
I have the following native library as a dependency through app.gradle:
com.estimote:proximity-sdk:1.0.3
The text was updated successfully, but these errors were encountered: