• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root ADB help??

I install the Adb (sdk tools) and was about to fastboot a splash screen image onto it. I then got this error AdbWinApi.dll was not found. Any ideas?
 
I install the Adb (sdk tools) and was about to fastboot a splash screen image onto it. I then got this error AdbWinApi.dll was not found. Any ideas?

when you use adb.exe, make sure the following 2 files are present in that same directory:

AdbWinApi.dll
AdbWinUsbApi.dll

If you got adb from the Android SDK, those files should be there alongside adb.exe.
 
Back
Top Bottom