I have seen that my Android IDE LogCat console keeps throwing the below-stated error message, sometimes when I try to run the app on Emulator (especially one that's running Android Lollipop version 5.1 API 22), the Uploading stage takes a bit of more time and thus Launch canceled! error, when I try again sometimes it works sometimes it doesn't,
[2015-05-19 18:39:32 - example] Android Launch!
[2015-05-19 18:39:32 - example] adb is running normally.
[2015-05-19 18:39:32 - example] Performing com.example.example.CreateQuizActivity activity launch
[2015-05-19 18:39:32 - example] Uploading Example.apk onto device 'emulator-5554'
[2015-05-19 18:39:41 - Quizziuq] Failed to install Example.apk on device 'emulator-5554': timeout
[2015-05-19 18:39:41 - example] Launch canceled!
To resolve this issue you gotta increase the Timeout time value set in for ADB. This can be done by,
- Go to Window -> Preferences (if you are using Windows OS) or Eclipse -> Preferences (if you are using Mac OS X) or Android Studio -> Preferences (if you are using Mac OS X)
- Now go to Android tab,
- Select DDMS under Android.
- You would see ADB connection time out (ms): 5000.
- Change the value from 5000 to say 15000 or more.
- Click on Apply.
- Click on OK.
- Now try running the App again on Emulator.
More Posts related to Android,
- Increase Android Emulator Timeout time
- Android : Remove ListView Separator/divider programmatically or using xml property
- Error : Invalid key hash.The key hash does not match any stored key hashes
- How to Change Android Toast Position?
- Android Alert Dialog with Checkboxes example
- Android : No Launcher activity found! Error
- Android Development: Spinners with Example
- Failed to sync Gradle project Error:failed to find target android-23
- INSTALL_FAILED_INSUFFICIENT_STORAGE Android Error
- Disable Fading Edges Scroll Effect Android Views
- How to create Toast messages in Android?
- Channel 50 SMSes received every few minutes Android Phones
- Android xml error Attribute is missing the Android namespace prefix [Solution]
- Create Custom Android AlertDialog
- How To Disable Landscape Mode in Android Application
- Android Development - How to switch between two Activities
- incorrect line ending: found carriage return (\r) without corresponding newline (\n)
- Generate Facebook Android SDK keyhash using java code
- Android Error Generating Final Archive - Debug Certificate Expired
- 21 Useful Android Emulator Short-cut Keyboard Keys
- Android RatingBar Example
- 11 Weeks of Android Online Sessions-15-Jun-to-28-Aug-2020
- Download interrupted: Unknown Host dl-ssl.google.com Error Android SDK Manager
- fill_parent vs match_parent vs wrap_content
- Android : Connection with adb was interrupted 0 attempts have been made to reconnect
More Posts:
- Fix Mac: A software update is required to connect to iPhone - MacOS
- [Gmail] Calling in Hangouts will be turned off soon. - News
- Zsh Shell: Custom alias that you may find useful - MacOS
- How to start or open a new bourne-again shell (bash) session on Windows using Command Line CMD - Bash
- JdbcTemplate Batch Insert Example using Spring Boot - Java
- Android Parsing Data for android-L failed Unsupported major.minor version 51.0 Error - Android
- Code2care.org: A Decade of Serving the Tech Community - News
- How to check if a variable is set in Bash Script or Not - Bash