android - Xaramin SDK path in settings different from one in SDK Manager -


edit: i'm idiot , if you're looking answer sdk in setting , sdk manager same , sdk in setting must incorrect.

image displays sdk path being different in settings sdk managers.

how can fix this. have changed sdk path in setting multiple times , can't download because it's says sdk path incorrect. same incorrect sdk path in manager , correct 1 in settings when in visual studio. ahead of time.

the paths same.

c:\progra~2\android\android~1

is silly way of using paths in windows file systems avoid having spaces, special characters , long path names.

so progra~2 means program files (x86) second occurance of folder starting progra. middle part of path obvious. androi~1 translates android-sdk first folder starting androi in folder.

so in end have path: c:\program files (x86)\android\android-sdk


Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -