Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
242 views
in Technique[技术] by (71.8m points)

android - app icon is not updated with shield values for the andriod versions > 8

I can see the icons updating with shield values config and version, at locations src/main/res & src/debug/res. After built and installed the app, I can see the shield values on app icon for android 7 and doesn't see them in Android (>= 8). Why not reflecting in android versions >= 8.

plugin version used: fastlane-plugin-badge 1.4.0


    lane :android_shield do |options|
    add_badge(
    shield: "#{ENV['CONFIG']}-#{ENV['VERSION']}-green", no_badge: true,
    glob: "/app/src/**/mipmap-*/launcher_icon.png",
    shield_scale: "0.90"
    )
    end


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share

2.1m questions

2.1m answers

63 comments

56.5k users

...