Building on android

Can’t build my package for android, I seam to be getting linker errors…

Help !!?

LogPlayLevel: UnrealBuildTool: C://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
LogPlayLevel: UnrealBuildTool: C://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 -licudata
LogPlayLevel: UnrealBuildTool: C://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 -licuuc
LogPlayLevel: UnrealBuildTool: C://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 -licui18n
LogPlayLevel: UnrealBuildTool: C://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 -licule
LogPlayLevel: UnrealBuildTool: C://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 -liculx
LogPlayLevel: UnrealBuildTool: C://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 -licuio

Turns out it was an out dated certificate in

    < profile>.android/debug.keystore

Delete the key, and re-launch on the android device

I deleted the file, but still have the same error while compiling from Git source

I finally fixed it by doing the follow step:

  1. redo git checkout branch 4.9
  2. delete Intermediate & DerivedDataCache folder
  3. Uninstall UnrealVS extension for VS2013
  4. re-run setup.bat / generateprojectfile.bat
  5. now successfully build Android/Development.

thanks ~~~ Have no idea which step fixed it.

Hey ,

In order to better assist you, could you please ask your question on a new AnswerHub? Please make sure that you explain what’s going on, and provide the full error as a .txt file.

Look forward to seeing your new question, thanks! :slight_smile: