Since I reinstalled Eclipse (simply deleted and downloaded it again) I can\'t debug my applications on Samsung Galaxy i9001 (with CyanogenMod - Android 4.4.2). It worked fin
The solution is to copy your file ~/.android/adbkey.pub
(on GNU/Linux, or %USERPROFILE%\.android\adbkey.pub
on Windows) to Android, and place it as /data/misc/adb/adb_keys
. You need root privileges to do that.
You can transfer the file any way you like (or are able to), be it USB, e-mail or a temporary file upload service. In my case, as it was a new Android-x86 installation in a Virtual Machine, no usable web browser, and with network/TCP adb not working, I had to actually type in the 715 characters.
At least it worked.