From 0e111cc71950314054f284259243517af5083782 Mon Sep 17 00:00:00 2001 From: toutiewa <97338387+toutiewa@users.noreply.github.com> Date: Mon, 1 Aug 2022 02:55:29 +0800 Subject: [PATCH] Updated Working for Android (markdown) --- Working-for-Android.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Working-for-Android.md b/Working-for-Android.md index 1c6df55..1acb627 100644 --- a/Working-for-Android.md +++ b/Working-for-Android.md @@ -159,6 +159,10 @@ _Step 6.generate APK (生成APK) run command: mingw32-make PLATFORM=PLATFORM_ANDROID ``` +when compiling,if report "fatal error: 'asm/types.h' file not found ", +you need copy "asm-generic" and renamed as "asm". +(the path "D:\Program_Files\android_sdk\ndk\25.0.8775105\toolchains\llvm\prebuilt\windows-x86_64\sysroot\usr\include\asm-generic") + **If you have any doubt, [just let me know][raysan5].**