AndroidApp] ------------------------------
AndroidApp] Android Launch!
AndroidApp] adb is running normally.
AndroidApp] Performing com.mycompany.AndroidApp.MyActivity activity launch
AndroidApp] Automatic Target Mode: using device 'AXX201049299'
AndroidApp] Uploading AndroidApp.apk onto device 'AXX201049299'
AndroidApp] Failed to upload AndroidApp.apk on device 'AXX201049299'
AndroidApp] java.io.IOException: Unable to open sync connection!
AndroidApp] Launch canceled!
I got the above error message in Android ADT Console while trying to debug an Android Project, though the App got installed on the device properly and worked fine normally, but IOException: Unable to open sync connection! message while trying to debug.
Solution :- Unplug the USB cord connection.
- Restart Eclipse ADT/IntelliJ Android Studio IDE.
- Kill adb process from Task Manager/Activity Monitor.
- Run Eclipse.
- Reconnect your device and try again.
If the above steps don't solve your problem, check the "USB Debugging" Developer option on your device by going to Settings ( Settings → Applications -> Development → USB debugging). Just Uncheck the option and re-check it. You may also try changing the USB port, or trying to work with some other USB cord.
More Posts related to Android,
- Check Internet Connection WIFI 4G is active on Android Programmatically
- Android Emulator cannot be opened because the developer cannot be verified. [M1 Mac]
- How to Change Android Toast Position?
- Fail to connect to camera service Android java RuntimeException
- How to create Custom RatingBar Android Programming Tutorial
- Fixing Android unknown error 961 while downloading app
- Android AlertDialog with Yes No and Cancel Button
- Share or Send SMS via Android Intent
- The Android Virtual Device myEmulator is currently running an emulator and cannot be deleted.
- Pass data between two Android Activities and access it using Intent
- SQLite with Android Easy to Understand Tutorial that covers Select, Insert, Update and Delete
- [FIX] AndroidRuntime: FATAL EXCEPTION: main - java.lang.RuntimeException NullPointerException
- Android EditText Cursor Colour appears to be white
- Android Development - How to switch between two Activities
- Android xml error Attribute is missing the Android namespace prefix [Solution]
- Android : Remove ListView Separator/divider programmatically or using xml property
- Android is starting optimizing... app 1 of 1
- java.lang.NoClassDefFoundError android.support.v4.content.LocalBroadcastManager
- AlertDialog with single button example : Android
- Android : Exception raised during rendering: action_bar API 22
- Maven : java.lang.ClassNotFoundException: Xmx512m
- Android Lint app_name is not translated in af (Afrikaans) am (Amharic) ar (Arabic) bg (Bulgarian)
- Center align text in TextView Android Programming
- How to Download and Install Android adb Tool on Linux, Mac or Windows
- Multiline EditText in Android Example
More Posts:
- Failed to sync Gradle project Error:failed to find target android-23 - Android
- Calculate Area of Trapezoid - C-Program
- How to reset Mac Password using Terminal - MacOS
- Run Scripting Language (JavaScript, Python, Groovy, Ruby) in Java - Java
- Create a large dummy file using Mac OS X terminal command - Mac-OS-X
- How to Install glib on Mac - MacOS
- Change CKEditor Table Properties default width - CKEditor
- Step-by-Step: How to delete a git branch from local as well as remote origin - Git