Answer by Jun Hin
I don't think `System.Environment.GetEnvironmentVariable("HOMEPATH") + @".androiddebug.keystore" :` is quite right. Try this instead: System.Environment.GetEnvironmentVariable("HOMEDRIVE") +...
View ArticleAnswer by Soleferry
Hi there, I had the same problem and solved it by replace my environment variable JAVA_HOME to the correct JDK i'm currently using : i've simply modify the JAVA_HOME in order to link to the /bin folder...
View ArticleAnswer by Jun Hin
I don't think `System.Environment.GetEnvironmentVariable("HOMEPATH") + @".androiddebug.keystore" :` is quite right. Try this instead: System.Environment.GetEnvironmentVariable("HOMEDRIVE") +...
View ArticleAnswer by Soleferry
Hi there, I had the same problem and solved it by replace my environment variable JAVA_HOME to the correct JDK i'm currently using : i've simply modify the JAVA_HOME in order to link to the /bin folder...
View Article