getui-flutter-plugin icon indicating copy to clipboard operation
getui-flutter-plugin copied to clipboard

flutter个推接入编译出现:requires a placeholder substitution but no value for <applicationName> is provided

Open ClownMonkeys opened this issue 1 year ago • 0 comments

解决方案: def push_manifestPlaceholders = [ GETUI_APPID : "", GETUI_APP_KEY : "", GETUI_APP_SECRET: "", ] 新增: project.android.defaultConfig.manifestPlaceholders = project.android.defaultConfig.manifestPlaceholders + push_manifestPlaceholders print("current_manifestplaceholder:" + project.android.defaultConfig.manifestPlaceholders) 进行合并

ClownMonkeys avatar Jul 28 '22 07:07 ClownMonkeys