Eclipse: WARNING: Unknown Device API Version
I'm getting the error as in the title of this question. It started when I upgraded my phone from a Samsung S4 to an S7. I've searched StackOverflow (and google) and found no soluti
Solution 1:
Your problem is that the old Eclipse base Android development tools has been developed for an now outdated ADB version.
The communication between DDMS and ADB will no longer work as the old DDMS is incompatible with the new ADB API. If you really want to get DDMS work you have to use an old ADB version that matches it.
However the recommended way would be to delete DDMS and the Eclipse based Android development tools and switch to Android Studio.
Post a Comment for "Eclipse: WARNING: Unknown Device API Version"