defold / extension-admob

Defold native extension which provides access to AdMob functionality on Android and iOS
https://www.defold.com/extension-admob/
MIT License
37 stars 12 forks source link

Extension doesn't work like a library (DEF-2795) #2

Closed AGulev closed 5 years ago

AGulev commented 7 years ago

If I add extension like a dependency - it doesn't work. Cloud build return error: No resource found that matches the given name (at 'theme' with value @style.Theme.IAPTheme)

All works fine if add folder admob into project

mathiaswking commented 7 years ago

Thanks for reporting! I'll look into this!

AGulev commented 5 years ago

it seems like fixed with DEF-2977