Android Studio Layout Designer Creates Numbers In Persian
When I manually design layouts using the Android Studio layout designer, the margin numbers are created in Persian format and the designer does not work properly. This has been hap
Solution 1:
Finally I found the solution. This is due to Google sanctions on the new version of Android Studio.
Solution in Windows 10: setting -> time & language -> region -> select united states in country or region drop down
Solution 2:
Android Studio has banned Iran in new versions. There are several ways you can hide your identity. For example, change the clock of your operating system
Solution 3:
This is a new bug with local datetime formats (such as Persian in this case) in logcat in Android Studio versions equal or newer than 4.2.
We have to use English (United States) format in region settings to avoid this problem. (Tested in both ver 4.2 and Arctic fox)
Answer : In windows 10 Go to Control Panel > Region > Formats tab > Change format to English (United States)
Post a Comment for "Android Studio Layout Designer Creates Numbers In Persian"