I wanted to test my app on emulator before I publish it in google play store. App works but the ads are not showing. In logcat I have information:
E/FA: Missing google_app_id. Firebase Analytics disabled.
E/chromium: [ERROR:cookie_manager.cc(137)] Strict Secure Cookie policy does not allow setting a secure cookie for http://googleads.g.doubleclick.net/ for apps targeting >= R. Please either use the 'https:' scheme for this URL or omit the 'Secure' directive in the cookie value.
PS
I use webview and svg files in my app
Does anyone know how to fix it?