skip to Main Content

After installing the latest update on both laptop (Win7) and desktop (Win7 Pro) I can’t connect a physical device or start an emulator. Android Studio reports that the adb server can’t start and keeps trying to restart it. Windows event log reports that adb.exe keeps crashing due to ucrtbase.dll.

I’ve tried reinstalling Visual C++ libraries for 2022 and reverting to Android Studio Electric Eel, but it keeps happening.

I also tried to run in admin mode as per another question posted here, but no luck.

Any help would be greatly appreciated.

2

Answers


  1. The same for me. Adb from android platform tools 34.0.5 crashes on windows 7. Had to take previous version https://dl.google.com/android/repository/platform-tools_r34.0.4-windows.zip, unpack to path-to-sdkplatform-tools and it works now. Waiting for another solution.

    Login or Signup to reply.
  2. Android Studio requires Windows 8 or later (https://developer.android.com/studio/install).

    If you can reproduce crashes on any supported version of Windows, please file a public bug at https://issuetracker.google.com/issues/new?component=192795 and we shall engage directly.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search