Search code examples
javaandroidsdkasciiappdata

Android Studios can't find SDK


I have a problem where my Android Studios can't open my SDK. It says: Your SDK loaction contains non-ASCII chracters.

I have tried reinstalling everything twice, still not working.

Error Message:

http://postimg.org/image/a50xwsstb/7bd620d3/

SDK Location:

http://postimg.org/image/v0a1kul7b/

IT finds my JDK location.


Solution

  • This character is not an ASCII character >> "é". Looks like the IDE doesn't support paths with non-ASCII characters in them.

    Can't you place the SDK somewhere else?