You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 21, 2025. It is now read-only.
Hi,
While trying to run build in my AS with the following config:
`apply plugin: 'com.android.application'
android {
compileSdkVersion 'Google Inc.:Google APIs:15'
buildToolsVersion "30.0.2"
}
dependencies {
compile files('libs/GoogleAdMobAdsSdk-6.0.1.jar')
}
Using NDK version 21.3.6528147 got the following errors::11:9: error: unknown directive:2:9: error: unknown directive
:11:9: error: unknown directive
:2:9: error: unknown directive
:11:9: error: unknown directive
:2:9: error: unknown directive
:11:9: error: unknown directive
:2:9: error: unknown directive
:11:9: error: unknown directive
:2:9: error: unknown directive
:11:9: error: unknown directive
:2:9: error: unknown directive
:11:9: error: unknown directive
:2:9: error: unknown directive
`