您好我刚刚在Windows 7上使用本指南设置了SDL2 for android - http://www.mosaicit.de/android-sdl-c-build-system-compiling。 但问题是我想使用SDL2_image和ttf,但我不知道如何将它们添加到这种项目中,我在其他地方找不到任何关于这个主题的内容。
Compile error:
fatal error: SDL_image.h: No such file or
Main.cpp
#include <SDL_image.h>
答案 0 :(得分:2)
您需要像使用SDL一样下载和构建SDL_image: https://www.libsdl.org/projects/SDL_image/
以下是SDL_image和Android的具体教程: http://jorhlok.net/2013/07/31/from-nix-to-android-with-sdl2-and-sdl_image-using-the-command-line-of-course/