4.8.0p1 android BUILD FAILED

Hi guys,

4.8.0 preview1 looks wonderful!

but it cannot package android project now~~
just create a c++ project, package android version.
you can reproduce it.

Cheers
Omega

oh i forgot some information.
i am using android-ndk-r9c / apache-ant-1.8.2 / jdk1.6.0_45. this is works pretty good in 4.7. does 4.8 need update android environment?

[2015.05.07-06.29.43:773][181]MainFrameActions: Packaging (Android (ETC1)): UnrealBuildTool: [7/8] clang++.exe Test480pGameMode.cpp [armv7-es2]

[2015.05.07-06.29.51:103][203]MainFrameActions: Packaging (Android (ETC1)): UnrealBuildTool: [8/8] clang++.exe Test480p-armv7-es2.so

[2015.05.07-06.29.52:776][208]MainFrameActions: Packaging (Android (ETC1)): UnrealBuildTool: E:/NVPACK/android-ndk-r9c/toolchains/arm-linux-androideabi-4.8/prebuilt/windows/lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld.exe: error: cannot find -lcxa_demangle

[2015.05.07-06.29.52:777][208]MainFrameActions: Packaging (Android (ETC1)): UnrealBuildTool: E:/NVPACK/android-ndk-r9c/toolchains/arm-linux-androideabi-4.8/prebuilt/windows/lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld.exe: error: F:/UE4Launcher/Epic Games/4.8/Engine/Binaries/Android/UE4-Launch-armv7-e
[2015.05.07-06.29.52:777][208]MainFrameActions: Packaging (Android (ETC1)): s2.a: no archive symbol table (run ranlib)

logs shows the code of project is compiled success, but failed with can not find libraries in link phase. and then cause a lot of undefined reference problem

Test480p.cpp:6: error: undefined reference to 'FMemory::Malloc(unsigned int, unsigned int)'

Test480p.cpp:6: error: undefined reference to 'FMemory::Malloc(unsigned int, unsigned int)'

Test480p.cpp:6: error: undefined reference to 'FMemory::Malloc(unsigned int, unsigned int)'

Test480p.cpp:6: error: undefined reference to 'FMemory::Malloc(unsigned int, unsigned int)'

Test480p.cpp:6: error: undefined reference to 'FMemory::Free(void*)'

Hi Omega,

The code to Android issue for preview 1 is a known issue. For reference, the JIRA number is UE-15001, however I know it has already been fixed and should be integrated by the actual 4.8 release at the very latest. Most likely it will be seen in one of the previews before then however because it is such a wide reaching issue. It should not be anything about the SDK in specific, just that the Apache Ant error seems to show up at unusual times.

Thanks for letting us know!