4月底,我在 // Generic Lambda invocation
Action<Type> init_bo = t => conn.GetType().GetMethod("CreateTableAsync")
.MakeGenericMethod(t).Invoke(conn, null);
List<Type> bo_types = new List<Type>() { typeof(MyClass1), typeof(MyClass2),
..., typeof(MyClass20) };
bo_types.ForEach(init_bo);
中发布了我的第一个小型应用程序,但是没有安装按钮。我仍然看到添加到Play Store
。
在WishList
中,应用被标记为已发布,并且没有关于错误等的任何交流。我做错了什么?