-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android sample is not compiling #305
Comments
Great to hear about the interest on the project. There may be a couple of things to set up to get up and running. @mukovozov you will need to make sure to initialise all the git submodules, you can do so through |
thanks for a quick reply!
and more. |
Ok I see, another thing that I can think about looking at the issue, it may be potentially a couple of things to consider. Indeed as you suggested the first most important things are to ensrue that the version of NDK is the correct one, as well as the version of the android development setup. Further to that it may be worth ensuing that the vulkan headers / packages are of the correct version. |
Having said that, I'm not sure why the VERSION file is appearing as an error, that should not really be a file that would be compiled / processed |
I've managed to fix those issues, that was my fault most likely.
|
Oh, I've launched the app! I've changed type from |
I'm closing the issue due to I've managed to build the app and the errors were probably specific and there is no need to fix anything from your side. Thanks for the response anyway! |
I'm really excited about your project, cause it may help us to overcome CPU restrictions, but, unfortunately, I'm not able to build the Android sample.
I'm getting an error message like this:
I assume the problem is in this line:
add_subdirectory(../../../../../../../ ${CMAKE_CURRENT_BINARY_DIR}/kompute_build)
.I've tried to replace it with
includeDirectories(absolute path to kompute directory)
, but then I see many other compilation errors.I'm not very experienced in NDK and building C libraries in general, so maybe you could advise me something because I've seen that you have tested the Android sample recently and it worked for you.
The text was updated successfully, but these errors were encountered: