Issue
I am using Windows 7 Professional 32 bit os on my Laptop. I have downloaded Android Studio 4. When I open the android studio, I get an error in every two seconds "adb.exe has stopped working
".
I have browsed other SO questions and I tried all the suggestions but I am still getting the same error.
What I have tried:
Downloading
api-ms-win-crt-locale-l1-1-0.dll
from https://www.sts-tutorial.com/sites/downloadCenter.php?api-ms-win-crt-locale-l1-1-0 and pasting the DLL file toC:\Windows\System32
.Typing
taskkill /f /im adb.exe
in command prompt.Replacing the "platform-tools" folder with the new one downloaded from http://dl-ssl.google.com/android/repository/platform-tools_r28.0.2-windows.zip
Even after trying the above-mentioned things, I am continuously getting the error.
Please suggest what can I do.
Also, I am getting an error in the console that "daemon is not running
". Suggestions on this problem are also welcome.
Solution
The problem might be that you are trying to run Android Studio on an x86 OS and the system requirements, as showing here, Android Studio Download Page are a bit different:
Microsoft® Windows® 7/8/10 (64-bit) 4 GB RAM minimum, 8 GB RAM recommended 2 GB of available disk space minimum, 4 GB Recommended (500 MB for IDE + 1.5 GB for Android SDK and emulator system image) 1280 x 800 minimum screen resolution
Answered By - Alexandru Dumitru
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.