Click here to Skip to main content
15,904,348 members
Articles / Mobile Apps / Android

Android: Fixing the “adb server is out of date” bug

Rate me:
Please Sign up or sign in to vote.
4.00/5 (1 vote)
10 Jul 2012CPOL2 min read 162.6K   5   3  
This article describes a common problem among Android developers caused by the incompatible versions of the Android tools, analyzes the reasons and describes a way to fix it.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Founder Sysprogs UG (haftungsbescrhänkt)
Germany Germany
Ivan Shcherbakov is a cofounder of the Sysprogs UG (haftungsbeschränkt), the company developing custom software, drivers and firmware and delivering VisualGDB - a Visual Studio plugin that allows using Visual Studio to build applications with GCC and debug them with GDB.

The main goal of VisualGDB is to combine the time-saving Visual Studio debugging experience with the wide application range of GDB, such as Linux applications and Embeddeed firmware.

A special Android Edition of VisualGDB allows building and debugging native Android code with Visual Studio easily and smoothly.

Comments and Discussions