Replies: 1 comment
-
Have you found a solution? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been trying to follow the Android cross-compilation guide but so far am not having any luck. I have good dev experience with managed code, but am lost when it comes to compiling native code!
I'm on a Windows 10 machine and so far seem to have gotten furthest into the compilation process by using wsl and installing cmake and clang and extracting the latest Android NDK for Linux to use for my toolchain file.
Previously I was trying to run the build script in the Windows terminal, configuring Visual Studio to add several C++ and Android features, and making other modifications to the build script in the Android.md documentation, but was still not having any luck.
With the current path I am still getting really odd errors. For example -
Thinking maybe there was just some silly code error in the latest NDK, I tried a previous NDK release, but that one gave me an "unterminated quoted string" error - so, similar category of error in each case.
In addition, I am getting several questionable log messages when I run the build script -
I am generally fine with trying to figure stuff out as I go, but my search skills have hit a dead end, and I am quite out of my depth on this one, so any help would be much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions