I resolved this error with next step:
- -> Open Android Studio -> open SDK Manager and see where is location SDK
folder, most often is: C:\Users\Toshiba\AppData\Local\Android\Sdk, then
shutdown Android Studio,
- -> Open \platform-tools folder and try run adb.exe. If you cant open or get
any message error like this: api-ms-win-crt-heap-l1-1-0.dll is missing
- -> go on this site download and install Visual C++ Redistributable for Visual
Studio 2015 (32- and 64-bit versions)
- -> Open Windows Explorer and right click “My PC”. Select “Properties”
- -> Select “Advanced System Settings” -> select “Environment Variables” -> and
upon System variable click on NEW: Variable name: PATH and Variable value:
C:\Users\Toshiba\AppData\Local\Android\Sdk -> OK
- -> Restart PC and run Android Studio