You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When importing the proyect throws the following error:
[2013-07-19 18:18:21 - Unable to launch cygpath. Is Cygwin on the path?] java.io.IOException: Cannot run program "cygpath": CreateProcess error=2, System cannot find the specified file.
after googling a bit in StackOverflow they mention that with the new NDK its not necessary to have cygwin: http://stackoverflow.com/a/15464640
I suppose this means that the proyect should be re-compiled again with the new NDK.
The text was updated successfully, but these errors were encountered:
When importing the proyect throws the following error:
[2013-07-19 18:18:21 - Unable to launch cygpath. Is Cygwin on the path?] java.io.IOException: Cannot run program "cygpath": CreateProcess error=2, System cannot find the specified file.
after googling a bit in StackOverflow they mention that with the new NDK its not necessary to have cygwin: http://stackoverflow.com/a/15464640
I suppose this means that the proyect should be re-compiled again with the new NDK.
The text was updated successfully, but these errors were encountered: