Skip to content

Commit ea63ff9

Browse files
ManevilleFinodentry
authored andcommitted
Fixed Android example icon (bevyengine#4076)
# Objective - The android example icon doesn't show up ## Solution - I fixed the android metadata to match `cargo-apk` manifest
1 parent d18ea95 commit ea63ff9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Cargo.toml

+4-2
Original file line numberDiff line numberDiff line change
@@ -673,8 +673,10 @@ path = "examples/android/android.rs"
673673
[package.metadata.android]
674674
apk_label = "Bevy Example"
675675
assets = "assets"
676-
res = "assets/android-res"
677-
icon = "@mipmap/ic_launcher"
676+
resources = "assets/android-res"
678677
build_targets = ["aarch64-linux-android", "armv7-linux-androideabi"]
679678
min_sdk_version = 16
680679
target_sdk_version = 29
680+
681+
[package.metadata.android.application]
682+
icon = "@mipmap/ic_launcher"

0 commit comments

Comments
 (0)