Extension-admob

Hello :slight_smile:

Please tell me if you need me to create a new topic for the issues we’re discussing.

I’ve added the following to the project (the lib was already installed on haxelib) and it doesn’t fix the issue
<haxelib name="extension-googleplayservices-basement" />

I’m very confused about the NDK. I read it was somewhat optional when you have the SDK. I was using an older “r15c” NDK.

I tried switching to NDK-r21e following your advice, but it seems to make clang++ mandatory, which I don’t have.

Being on Windows 10, I tried the following steps:

  • Installed CMake.
  • Installed Ninja for the generator.
  • Installed Mingw for gcc and g++.
  • Tried building LLVM (for CLANG++) but encountered errors.

Do you have any source to understand why a more recent NDK is required?
Do you confirm I need to have clang++ as a compiler for it?

It seems g++ no longer builds Android.

Perhaps we need to closely follow this issue.