如何创建自定义布局,该布局将成为gridview的项目.我找不到任何教程和诸如此类的东西.
我正在通过GTM在我的Android应用中实施Google Analytics v4.容器和代码是根据https://developers.google.com/tag-manager/android/v4/中的说明配置的.我收到的日志表明事件与规则匹配并被解雇,但我在Google Analytics中没有获得任何数据.日志看起来像这样:
04-23 22:01:35.966 V/GoogleTagManager(22149):putHit名为04-23 22:01:35.966 V/GoogleTagManager(22149):发送命中以存储路径:https:PARAMS:ul = en-gb,ev = value,el = label,t = event,cd = MainActivity,....
04-23 22:01:36.026 V/GoogleTagManager(22149):putHit被调用
请给出一些建议......
android google-analytics google-tag-manager google-analytics-firebase
我用过:
Connection connection = DriverManager.getConnection(
"jdbc:mysql://localhost:3306/test", "username", "password"
);
Statement stmt = connection.createStatement();
stmt.executeUpdate("CREATE TABLE a (id int not null primary key, value varchar(20))");
stmt.close();
connection.close();
Run Code Online (Sandbox Code Playgroud)
但它给出了一个错误"无路由到主机"