Installing the Android studio SDK packages as per the react native get started documentation.
And I have changed the Installation directory from default C Drive AppData… to D Drive due to space contraints in C drive.
Now facing the following error in –
Downloading https://dl.google.com/android/repository/sys-img/android/x86_64-31_r03.zip
This download could not be finalized from the interim state. Retrying
without caching.
>Solution :
- Downloaded the x86_64 for window manually from the browser
- Create a dir called
intelinc:\users\<username>\AppData\Local\Android\Sdk\system-images\android-31\ - Extracted the content of the zip file into intel
- Restarted Android Studios
