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 I'm trying to package my app for Android (Multi configuration), I get this error:
UATHelper: Packaging (Android (Multi:ASTC,PVRTC,DXT,ATC,ETC2,ETC1)): [8/32] clang++ Module.AppCenter.cpp [arm64-es2]
UATHelper: Packaging (Android (Multi:ASTC,PVRTC,DXT,ATC,ETC2,ETC1)): [9/32] clang++ Module.AppCenter.gen.cpp [arm64-es2]
UATHelper: Packaging (Android (Multi:ASTC,PVRTC,DXT,ATC,ETC2,ETC1)): In file included from <...>/app/Plugins/AppCenter/Intermediate/Build/Android/UE4/Shipping/AppCenter/Module.AppCenter.cpp:2:
UATHelper: Packaging (Android (Multi:ASTC,PVRTC,DXT,ATC,ETC2,ETC1)): In file included from <...>/app/Plugins/AppCenter/Source/AppCenter/Private/Android/AppCenter_Android.cpp:19:
UATHelper: Packaging (Android (Multi:ASTC,PVRTC,DXT,ATC,ETC2,ETC1)): In file included from <...>/app/Plugins/AppCenter/Source/ThirdParty/Breakpad/src/client/linux/handler/exception_handler.h:42:
UATHelper: Packaging (Android (Multi:ASTC,PVRTC,DXT,ATC,ETC2,ETC1)): In file included from <...>/app/Plugins/AppCenter/Source/ThirdParty/Breakpad/src/client/linux/minidump_writer/minidump_writer.h:41:
UATHelper: Packaging (Android (Multi:ASTC,PVRTC,DXT,ATC,ETC2,ETC1)): In file included from <...>/app/Plugins/AppCenter/Source/ThirdParty/Breakpad/src/client/linux/minidump_writer/linux_dumper.h:53:
UATHelper: Packaging (Android (Multi:ASTC,PVRTC,DXT,ATC,ETC2,ETC1)): In file included from <...>/app/Plugins/AppCenter/Source/ThirdParty/Breakpad/src/client/linux/dump_writer_common/mapping_info.h:37:
UATHelper: Packaging (Android (Multi:ASTC,PVRTC,DXT,ATC,ETC2,ETC1)): In file included from <...>/app/Plugins/AppCenter/Source/ThirdParty/Breakpad/src/google_breakpad/common/minidump_format.h:66:
inttypes.h has already been included before this header file, but without __STDC_FORMAT_MACROS defined
I guess it conflicts with inttypes.h included by some other package. Looking for ideas where to look...
The text was updated successfully, but these errors were encountered:
When I'm trying to package my app for Android (Multi configuration), I get this error:
I guess it conflicts with
inttypes.h
included by some other package. Looking for ideas where to look...The text was updated successfully, but these errors were encountered: