I'm trying to use AOT + LLVM on my Xamarin.Forms project but I keep getting an error:
Platform library directory for target Arm and API Level 4 was not found. Expected path is "C:\Program Files (x86)\Android\android-sdk\ndk-bundle\platforms\android-4\arch-arm\usr\lib"
The ndk is downloaded and there are loads of platforms in the ndk platforms folder but I can't see how to get it for "android-4".
Can anyone point me in the direction of the ndk platform 4 folder?