Help with this error when trying to build

Nope. Add one of these to the Android section of the build settings:

manifestChildElements = 
    {
        -- Array of strings
        [[
        <uses-sdk tools:overrideLibrary="com.google.android.gms.ads.impl" />
        ]]
    },

or

minSdkVersion = “16”,

2 Likes