'DevEcoStudio: No SDK file downloaded on installing DevEcoStudio
Solution 1:[1]
Check whether the network is limited. If the network is limited, configure a proxy.
The other possible cause is that the system language of the PC is English and the region code is US. You could try to perform the following operations to change the region code to CN. Before changing the region code, close DevEco Studio.
In the C:\Users\username\AppData\Roaming\Huawei\DevEcoStudio3.0\options directory, open the country.region.xml file and change countryregion name to CN.
<application>
<component name="CountryRegionSetting">
<countryregion name="CN"/>
</component>
</application>
Solution 2:[2]
According to one of the Huawei dev, DevEco Studio 3.0 Beta 2+ that has the local emulator support doesn't work outside of China as of now. @shirley's answer to override the country allows to install the SDK, but yet to verify if this causing any quirks on the roadmap ahead -
https://forums.developer.huawei.com/forumPortal/en/topic/0202835968846400103
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | |
| Solution 2 |


