We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have cloned this repo and added nativetemplates folder as a module as shown here https://developers.google.com/admob/android/native/templates
nativetemplates
Then after adding the following in app-level build.gradle file, (need to remove extra ) )
build.gradle
)
implementation project(':NativeTemplatesAndroid-1.0.0')
I got this error when syncing gradle after making these changes:
ERROR: Project with path ':NativeTemplatesAndroid-1.0.0' could not be found in project ':app'.
The text was updated successfully, but these errors were encountered:
I have same problem here. Have you resolve it?
Sorry, something went wrong.
@oluwasegun277 It can be solved by replacing
with
implementation project(':nativetemplates')
The documentation is probably not updated.
And I have left this library and creating native ads from scratch as this library doesn't support androidx.
Thanks for your response. I have equally switch to the Advance one. Creating from scratch is easy too. Thanks hkchakladar
No branches or pull requests
I have cloned this repo and added
nativetemplates
folder as a module as shown here https://developers.google.com/admob/android/native/templatesThen after adding the following in app-level
build.gradle
file, (need to remove extra)
)I got this error when syncing gradle after making these changes:
ERROR: Project with path ':NativeTemplatesAndroid-1.0.0' could not be found in project ':app'.
The text was updated successfully, but these errors were encountered: