Reputation: 67
I'm trying to add Google Tag Manager to my android app. I have followed instructions which includes Firebase, and I've got this error:
10-19 18:15:24.637 2503-2538/com.owox.number3.number3 W/GoogleTagManager: No container asset found in /assets/containers. Checking top level /assets directory for container assets.
10-19 18:15:24.638 2503-2538/com.owox.number3.number3 W/GoogleTagManager: Tag Manager's event handler WILL NOT be installed (no container loaded)
Does anyone know what I'm doing wrong?
PS: I used Android Studio to create my test app and to connect some firebase features to it.
Upvotes: 2
Views: 1930
Reputation: 67
In my case, the right answer is: app -> src -> main -> assets -> containers Screenshot
Upvotes: 3